|
PHPRunner supports the following databases:
-
MySQL
-
Oracle
-
Microsoft SQL Server
-
MS Access
-
PostgreSQL

Select your database type and press Next>>.
Depending on the selected database type you will see one of the
database-specific dialog boxes shown below.
Connecting
to MySQL, PostgreSQL - type the Host/Server Name (usually localhost),
user name, password and click Connect.

Select Database and click Next
>>.
Click the Recent database
button to see a list of recently opened databases. You can use this
button to quickly connect to previously opened databases.
If your MySQL server doesn't allow remote connection, you can connect
it using PHP.
Select ODBC DSN from listbox. Enter your Login and Password if
required. Press Next>>
to continue.
Connecting
to Oracle, Microsoft SQL Server - type the Database Name,
username, password and click Connect.
Connecting
to
MS Access (ODBC
Data Source) - If you already have an ODBC Data Source Name
(DSN) associated with your database select ODBC DSN from the listbox.
Enter your Login and Password if required. Press Next>>
to continue.
Press the
Add DSN button to create new DSN. Enter the path to the
database and DSN name. Press Create
DSN to continue.

After you successfully connected to database, it is time to select
datasource tables.
|