unable to connect to database on a networked drive
Posted
by thegunner
on Stack Overflow
See other posts from Stack Overflow
or by thegunner
Published on 2010-05-20T13:30:23Z
Indexed on
2010/05/20
15:30 UTC
Read the original article
Hit count: 442
Hi,
I'm trying to connect to an access database from a php script using ODBC.
When I put the db on my local c: drive create a system DSN i can connect no problem, but when it's on the networked drive I get the error:
Warning: odbc_connect() [function.odbc-connect]: SQL error: [Microsoft][ODBC Microsoft Access Driver] '(unknown)' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides., SQL state S1009 in SQLConnect in C:\wamp\www\suppliers\furniture.php on line 3
Ok so I'm guessing it's permissions somewhere anyone know specifically what/where?
Thanks,
© Stack Overflow or respective owner