Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Nico #1
Connect to an Access database using DSN (in PHP)
Hi all
I'm wondering connect a Access db as easy as to a MySQL, using
Windows|Database|Add connection.
But this seems not working. I'm developing a PHP app, so DW MX give me
only Add a MySQL connection, not Add a DSN conn as building an ASP. My
db is on localhost as web server and php engine.
Jack, do it manually you may say. Just done. Using directly the PHP
conn string doesn't works as well.
Not with:
<?php
$myconn= odbc_pconnect("mydb", "Admin", "tiger") or
trigger_error(odbc_error(),E_USER_ERROR);
?>
Not using another simple db without passwords and with custom user
Admin.
Any help will be appreciated.
Nico
Nico Guest
-
help! i can't connect to my Access database.
I have been trying to set up my Microsoft Access database as a datasource (locally on my computer). I've given it a data source name, and... -
How to connect Access database .mdb under windows XP
I used the Data Form wizard of .NET to create a C# dataset form to query the data from an Access database file "MWIND.MDB", but I kept getting... -
How to use “RDS.Connect” to connect to a MS Access database?
The example I am working from uses the following code which does not work: RDS.Connect = "Provider='sqloledb';Integrated Security='SSPI';Initial ... -
Error while trying to connect to Access database within ASP
I am getting an error message while trying to connect to an Access database within ASP. This error only occurs on my notebook computer and not on my... -
how can i connect with an access database
i need to work with an mdb file which contains a lot of data that might be change a lot of times and must stay an mdb file (so i cant make this file...



Reply With Quote

