Q: Access on UNIX Server

  • Thread starter Thread starter TForward
  • Start date Start date
T

TForward

Hi all. Just wondering if there's a way, or if anyone's tried it, to use
PHP to create a DSN-less connection to an MSAccess database file on a UNIX
server. I've done it using ASP on MS servers, but not sure if it could be
done with PHP/UNIX as the ServerConnection objects in the code need to be
addressed completely differently. Any ideas? Thanks.

TF
 
MS Access will not work with a UNIX Servr.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
===
| Hi all. Just wondering if there's a way, or if anyone's tried it, to use
| PHP to create a DSN-less connection to an MSAccess database file on a UNIX
| server. I've done it using ASP on MS servers, but not sure if it could be
| done with PHP/UNIX as the ServerConnection objects in the code need to be
| addressed completely differently. Any ideas? Thanks.
|
| TF
|
| --
| ________________________________________
| Whoa! Look at my cool sig line. Sweet!
| And my modeling website: www.tforward.com
| ________________________________________
 
You can not use an Access database or Excel Spreadsheet on a Unix/Linux server. On Unix/Linux you
use a Database Server, such as MySQL or MS SQL server

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top