
Tyler S
|
| Posted: 04/28/2002, 10:11 AM |
|
Hi there,
I'm new to CodeCharge and I'm very interested in developing with PHP on our Cobalt server but I want to use an Access db on our Windows NT box. Can anyone help me with an example of how to set this up?
Thanks!!
Tyler
|
|
|
 |
Nicole
|
| Posted: 04/29/2002, 6:18 AM |
|
Tyler,
you should use ODBC connection to Access db. PHP should be installed with ODBC support.
Create DSN to Access db on server where you upload generated files. DSN should points to correct Access db.
In CC project on Site/Properties/Database tab/Server part the settings would be like:
Database Name: dsn_name
Login: db_login
Password: db_password
Host: host_name or IP
Database Type: ODBC
|
|
|
 |
Peter
|
| Posted: 12/16/2002, 4:29 AM |
|
You can only connect to an Access-database using SequeLink. Ask your administrator to access the ASP-server through the webbased adminpanel. Follow the link Documentation and search for SequeLink. You will find specific instructions on how to setup your connection (not easy to do).
Alternative: migrate your Access-database to MySQL with MyODBC for Windows.
Regards,
Peter
|
|
|
 |
|

|