This tutorial shows you how to connect to a MySQL database using a PHP function.
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains...
This article explains how to connect to a Microsoft SQL server that is running on a Windows machine from a PHP program running on a Unix machine. It explains two possible paths, TDS and ODBC.
AssureBackup - Database Management is an user friendly PHP database application which helps in initiating database replication to a SQL database. This application mainly performs the process of restoring the SQL database function and helps to...
An interface to a universal database code table. It takes all of the programming work out of maintaining multiple database code definition sets.
This is a PHP front end to a MySQL database that allows consultants to log mileage, client consultation details, and more. It allows viewing based on dates or status and produces extensible reports.
EzPOP can connect to a POP server and gets all the messages in the mailbox. You can set a username and user password for authentication with the POP Server. The address of the POP Server can be specified. You can specify the SMTP Server port. You...
A simple terminal to a MySQL database. You have a text-box and a button to send your query to the MySQL server. Result is shown in an HTML table.
The author explains that there is no need of creating a DSN, instead that the author shows how to connect to a Access database and open it with the user's code. This article provides an utility to build a DSN to connect with an Access database and...
Server-Side Data Access is an ASP.NET tutorial in which the author demonstrates about several process of accessing SQL based datas. The author describes the process of executing select query to a SQL database inorder to populate the database. In... |