[PHP] about mssql.....

2002-10-13 Thread php
If I want to use sql to access MS Access's database, is it necessary to have mssql server? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] about mssql.....

2002-10-13 Thread John W. Holmes
If I want to use sql to access MS Access's database, is it necessary to have mssql server? No, just open up Access and go to town... Now, if you mean you want to get to Access from PHP, then you still don't need MSSQL. You can connect to Access using ODBC or COM. ---John Holmes... --