Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.187.246 Times

TbsSQL 2.0

  Date Added: May 05, 2010  |  Visits: 843

TbsSQL

Report Broken Link
Printer Friendly Version


Product Homepage
Download (117 downloads)



TbsSQL is a PHP class for SQL abstraction. TbsSQLs goal of this tool is to reduce the code when working with SQL through PHP. The TbsSQL is available for the following databases: - MySQL - MySQLi - SQL-Server (via Ms-Odbc) - PostgreSQL (version 7.2 or higher) Example: $id = 29; $name = "boby"; $Db->Execute(UPDATE table1 SET name=@2@ WHERE (id=%1%), $id, $name); In this example, the SQL statement sent to the database will be: UPDATE table1 SET name=boby WHERE (id=29) TbsSQL supports the following jokers in your SQL statements (n must be the number of the place of the argument in the TbsSQL command) - %n% the argument will be protected against Sql Injection. - @n@ the argument will be protected against Sql Injection and delimited as a string value with the relevant format for the database. - #n# the argument will be converted as a date value without time with the relevant format for the database. - ~n~ the argument will be converted as a date and time value with the relevant format for the database. Whats New in This Release: - This release can retrieve a list of keys/values. - It can delete PHP connection variables after making the connection. - MySQLi is now supported..

Requirements: No special requirements
Platforms: Linux
Keyword: Argument Class Database Id Libraries Name Php Class Programming Tbssql Will Be
Users rating: 0/10

License: Freeware Size: 12.29 KB
USER REVIEWS
More Reviews or Write Review


TBSSQL RELATED
Audio Tools  -  phpCDLabelPS 0.0.4
phpCDLabelPS creates labels for your data/MP3 CDs using PHP and PostScript (output will be a postscript file). It is controled by a frontend and a PostScript template. To install, just extract all files somewhere in your webtree. Then point your...
13.31 KB  
Modules  -  List category posts 0.4.1
The category name or id, the order in which the posts will be displayed, and the number of posts to display, can be passed as parameters.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the...
 
Multimedia  -  phpCDLabelPS 0.0.4
Creating labels for your data/MP3 CDs using PHP and PostScript (output will be a postscript file), controled by a frontend and a PostScript template.
 
Modules  -  Simplenews RealName 6.x-1.0
The Simplenews RealName module allows you to send personalized newsletters with the Simplenews module by collecting the name of the subscribers, which will be available in the messages as token.Features overview * Collects the subscriber's name...
10 KB  
Libraries  -  Large Database Backup 1.0
Large Database Backup is a PHP class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table...
 
Libraries  -  Exception::Class::TCF 0.03
Exception::Class::TCF is a Java/C++ style exception handling. SYNOPSIS try BLOCK [ [catch] NAME FUN_REF ]* throw [ EXCEPTION LIST ] package EnclosureException; @ISA = qw(Exception::Class::TCF); package main; use Exception::Class::TCF;...
11.26 KB  
Libraries  -  Software::Packager::Rpm 0.06
Software::Packager::Rpm is a suite of Perl modules providing a common interface for the creation of platform specific software installation packagers. add_item() my %object_data = ( SOURCE => /source/file1, TYPE => file, KIND => doc,...
13.31 KB  
Database Tools  -  Database Functions 1.0
Database Functions is a PHP class that can be used to build and execute MySQL database queries. It can build SELECT, INSERT, UPDATE and DELETE queries from lists of parameters and values. The class can also execute the generated queries and...
 
Libraries  -  IBiz QuickBooks Integrator 3.1.2008
IBiz QuickBooks Integrator is a suite of class libraries and PHP extensions for Internet-enabled QuickBooks (QBXML) integration. It provides components for facilitating tasks like adding/updating/retrieving customer info, vendor/employee info,...
829.44 KB  
Database Tools  -  phpTable Class Creator 0.2
phpTable Class Creator takes information from an existing Mysql table (other db's will be supported in the future) and creates a php Class based on this information. The class contains functions for the initialisation of the class, output of a new...
 
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB