jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

DeEnFrSp
Amount: 124
Displaying: 81 - 90
Pages: << 1 2 3 4 5 6 7 8 [9] 10 11 12 13 >>
Sort Listings By:
Hits: 153

Using PHP with ODBC

Rating 0.0 0.0
This is a detailed tutorial intended for the PHP programmer interested in learning more about database connectivity - using the ODBC standard. You should be familiar with PHP syntax and have a working knowledge of databases.
Platform(s): n/a Date: Mar, 26 2001
DETAIL
Hits: 133

Best Practices: Database Abstraction

Rating 0.0 0.0
PEAR's DB classes are one of the database abstraction layers. This article takes a look at some traditional database access methods and then compare them with the method employed by PEAR.
Platform(s): n/a Date: Jan, 18 2001
DETAIL
Hits: 420

SQL Theory & How-To

Rating 0.0 0.0
This article addresses two SQL-related issues in PHP: 1) Creating complex, powerful, queries to take advantage of your table schemas, and 2) Building those queries on the fly according to user input.
Platform(s): n/a Date: Jan, 08 2001
DETAIL
Hits: 192

PostgreSQL and PHP Tutorial

Rating 0.0 0.0
This is a nice tutorial on how to use PostgreSQL and PHP together. Topics covered include: Installation of PostgreSQL, PHP, and Apache, A Brief Introduction and Basic Commands, Different Types of Data, Retrieving Data from a Database, Inserting Data into a Database, Updating Data in a Database, Deleting Data from a Database, Dealing with Errors, and Including Files. The tutorial is also available for download.
Platform(s): n/a Date: Jan, 08 2001
DETAIL
Hits: 484

Doing Simple DB Abstraction in PHP

Rating 0.0 0.0
This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases. The tutorial uses a PHP PostgreSQL API as an example.
Platform(s): n/a Date: Dec, 27 2000
DETAIL
Hits: 127

Building Next/Prev Buttons for Query Results (Part 2)

Rating 0.0 0.0
In this Part 2 of the article "Building Next/Prev Buttons for Query Results," you will be shown a sample code designed to work in most instances (with minor changes).
Platform(s): n/a Date: Dec, 21 2000
DETAIL
Hits: 668

A Tutorial on Porting MySQL code using ADODB

Rating 0.0 0.0
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 the parameters you use for the different connect functions are different also.. That's why a database wrapper library such as ADODB comes in handy when you need to ensure portability. &lt;p&gt; This tutorial has been translated into multiple languages, including German, Spanish, Polish, Thai and Chinese.
Platform(s): n/a Date: Sep, 05 2003
DETAIL
Hits: 515

PHP4 Session Handler using ADODB

Rating 0.0 0.0
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 stuff. PHP4's session variables are stored in files by default. However for true scalability, it is better to store this data in a database using a database wrapper library like ADODB. ADODB supports Oracle, MySQL, PostgreSQL, Interbase, MSSQL, VFP, Access, ADO.
Platform(s): n/a Date: Apr, 14 2005
DETAIL
Hits: 564

ODBC Socket Server

Rating 0.0 0.0
This article describes how to make Access and PHP work together using the ODBCSocketServer, an open source socket server, available at http://odbc.linuxave.net/. This tutorial will take you through configuring your machines and using the socket server.
Platform(s): n/a Date: Dec, 08 2000
DETAIL
Hits: 435

An Introduction to Database Normalization (part 2)

Rating 0.0 0.0
The author notes, "Last week we introduced you to the basics of creating an efficient database table structure. After today's concluding article of this series you'll be able to create some of your own MySQL-powered applications, or use this syntax as the basis for learning to create normalized databases on your database server of choice."
Platform(s): n/a Date: Dec, 06 2000
DETAIL
Amount: 124
Displaying: 81 - 90
Pages: << 1 2 3 4 5 6 7 8 [9] 10 11 12 13 >>