Categories
Tags → Adodb

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

Auto-upload using IE+ADO without user interaction

This article shows a simple way to upload files from client to server using VBS, IE and ADODB as multipart/form-data document. Full source code included.
DETAILS

4CM_VisitLog (Light)

4CM_VisitLog is a small and very fast page-hit/visitor logging script. It utilizes ADODB for multi-database support and superior speed. For it to be operational, you simply need to use the PHP function (INCLUDE) on every page of your site, and 4CM_...
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

PHP4 Session Handler using ADODB

PHP4 is packed with good features. One of the most popular is session variables. These are variables that persist throughout a session, as the user moves from page to page. Session variables are great holders of state information and other useful stu...
DETAILS

PHP Everywhere

This is a weblog that covers using PHP with technologies like COM, ODBC, GD, ActiveX and ADO. Home of the popular ADOdb database abstraction library. Also provides a collection of links, articles and tutorials.
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

PHP EasyWindows Installer

This installer makes it painless to install PHP 4.3.8 on Windows for the following web servers: Apache 1.3, Apache 2.0 and Microsoft''s IIS. &<p&> This installer is a production quality installer that will install Turc...
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

Page:
©2003-2019 jCay.com