Is there any special permissions that need to be set to use a MS Access database?
Is there any special permissions that need to be set to use a MS Access database?
I was wondering the same thing, if I upload a MS Access database can the server show it right?
:lockd:
very doubtful... server is *nix based, MS Access is windows based
You got access to a MySQL server though
*might* still work actually; the database itself is just a file, and you don't necessarily need the MSAccess application once the file is created, if you have another app (such as asp.net or even php) that can insert and retrieve data from said file.
Never tried it though on x10 honestly - it's worth a shot![]()
TOS breakers will be suspended regardless of race, creed, national origin, hair color, or favorite food. Thanks for your understanding!
Yes. You already have all the tools you need if you are running entirely under Windows 9x/Me, or NT/2000, where you can use ODBC and Microsoft's ODBC drivers for Microsoft Access databases.
If you are running PHP on a Unix box and want to talk to MS Access on a Windows box you will need Unix ODBC drivers.
Visit http://www.php.net/manual/en/faq.dat...tabases.access
or
You can use the PEAR DB to access MS ACCESS DATABASE http://pear.php.net/package/DB
Last edited by mfurqanabid; 04-22-2009 at 03:46 PM.