Categories
Tags → Adodb Sql

Freeform Framework

Freeform Framework is a next step in MVC for web. It is a complete solution for building large scale web applications. Main features: - Genuine architecture, not cloned from popular Java frameworks; - Strict separation of business and presentatio...
DETAILS

The Invoicer

The Invoicer is a powerful and intuitive billing and invoicing system designed in PHP for the small professional that wants to use the power of the Internet to invoice clients. Allows your clients to pay via Paypal (full IPN support)! Other ca...
DETAILS

phpBuns

PhpBuns is a generator of SQL query and web pages writen in Php (http://www.php.net/). It makes it possible (amongst other things) to generate the query and the pages for the add, edit, del, list and data retrieval in a SQL database. It use...
DETAILS

Tips on Writing Portable SQL for Multiple Databases with PHP

If you are writing an application that is used in multiple environments and operating systems, you need to plan to support multiple databases. This article is based on my experiences with multiple database systems, stretching from 4th Dimension in my...
DETAILS

phpSQLGen

This project provides functions for generating SQL queries, HTML tables, and XML documents. It consists of two classes and a set of utility functions. SQLGen provides PHP functions for generating SQL query strings from arrays. TableMaker generates an...
DETAILS

DaDaBIK

DaDaBIK is a PHP application that allows you to easily create a highly customizable front-end for a database. The strength of DaDaBIK lies in its ability of customization. For each field of a table you can choose: if the field should be included or n...
DETAILS

A Tutorial on Porting MySQL code using ADODB

In PHP every database is accessed slightly differently. To connect to MySQL, you would use mysql_connect(). When you decide to upgrade to Oracle or Microsoft SQL Server, you would use ocilogon() or mssql_connect() respectively. What is worse is that ...
DETAILS

ADOdb Database Library for PHP

A PHP4 and PHP5 database abstraction library. Supports MySQL, PostgreSQL, Interbase/Firebird, Oracle (Oci8), MS SQL 7, ADO, Foxpro, Access, Sybase, Sybase SQL Anywhere, DB2, Informix, Frontbase, SQLite, LDAP, Netezza, SAPDB, generic ODBC/ODBTP,...
DETAILS
©2003-2019 jCay.com