03-08-2009, 07:16 PM
|
#2 (permalink)
|
|
The Contributor
Join Date: Feb 2009
Posts: 64
Thanks: 1
|
Not that I ever tried it, cause I think access simply sucks  , but as far as I know you must make and dsn ->pointing to the db.
then you connect like:
PHP Code:
$connect = odbc_connect('DSN-NAME','USERNAME','PASSWORD');
think thats a way....
|
|
|
|