jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

Database-Related

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

121 Access to MySQL Tutorial

Rating 0.0 0.0
Not sure how to make use of the free MySQL database space included with your web-hosting plan? This step-by-step tutorial explains a simple way to upload data from a Microsoft Access database to the MySQL database at your ISP. The tutorial also contains a free sample application that is available in ASP and PHP versions.
Platform(s): n/a Date: Jan, 28 2003
DETAIL
Hits: 260

A Contact Database using MySQL and PHP

Rating 5.0 5.0
MySQL has a small, highly optimized database engine that implements the entry-level SQL92 specification. Its rich set of support tools lets you create dynamic Web applications such as catalogs, shopping carts, and contact lists. This article introduces MySQL and shows how to develop a simple Web interface to a contact database using MySQL and PHP.
Platform(s): n/a Date: Feb, 22 2000
DETAIL
Hits: 610

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. <p> 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: 253

Access Granted

Rating 0.0 0.0
The author writes "mySQL comes with a pretty powerful security system, the grant tables, which allows database administrators to precisely control access to databases, tables and even specific rows and columns." This article describes how the five grant tables combine to offer power users a tremedous amounts of flexibility and control over database access and operations.
Platform(s): n/a Date: Apr, 24 2001
DETAIL
Hits: 133

Accessing a Microsoft SQL Server database from PHP running under Linux

Rating 0.0 0.0
This article describes how to connect and query an MS SQL server (running under a Windows operating system) from php installed on a unix box.
Platform(s): n/a Date: Oct, 01 2000
DETAIL
Hits: 220

Add a Row to mySQL

Rating 0.0 0.0
Learn how to add a row to a mySQL database using a PHP form.
Platform(s): n/a Date: Feb, 27 2004
DETAIL
Hits: 304

Add Row to a Database Table

Rating 0.0 0.0
In this tutorial you will learn how to add a row to a MySQL database using the power of PHP. This would work great for a comment board.
Platform(s): n/a Date: Oct, 31 2005
DETAIL
Hits: 530

Adding Rows into mySQL from a web interface

Rating 0.0 0.0
This simple tutorial shows how to enter a data from a web form to mySQL database using the power of PHP.
Platform(s): Windows Date: Mar, 16 2005
DETAIL
Hits: 410

Admin user interface: adding and deleting users

Rating 0.0 0.0
This is the second part of creating Web-based admin user interface. This tutorial covers adding and deleting users via Web form using a MySQL database.
Platform(s): n/a Date: Jul, 29 2000
DETAIL
Hits: 439

Alternate row colours using MySQL

Rating 5.0 5.0
This tutorial teaches you how to number rows and give them alternate colours!
Platform(s): Linux, Windows Date: Nov, 05 2006
DETAIL
Amount: 124
Displaying: 1 - 10
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 >>