Re: [PHP] Can I use Microsoft Access as a database?

2001-09-18 Thread A. op de Weegh
Thanks, but since I am unfamiliar using this kind of database connection, I was hoping you could help me out some more. I did the following. In the ODBC Data Source Administrator of Windows 98 I have created a new file DSN. This DSN is configured to use a certain Access 2000 database on one of

RE: [PHP] Can I use Microsoft Access as a database?

2001-09-18 Thread Niklas Lampén
Try: $odbcId = odbc_connect(phpodbc.dsn, admin, ); Niklas -Original Message- From: A. op de Weegh [mailto:[EMAIL PROTECTED]] Sent: 18. syyskuuta 2001 10:57 To: [EMAIL PROTECTED] Subject: Re: [PHP] Can I use Microsoft Access as a database? Thanks, but since I am unfamiliar

RE: [PHP] Can I use Microsoft Access as a database?

2001-09-18 Thread Arno Welzel
First you have to define a *system* data source (DSN) with the ODBC control panel applet - e.h. with the name accessdb. Be sure, that *other* applications are able to use this data source as well, before you try to access via PHP (e.g. with Excel, which comes with a data query tool to import data

RE: [PHP] Can I use Microsoft Access as a database?

2001-09-17 Thread Niklas Lampén
I think that ODBC is your solution. Niklas -Original Message- From: A. op de Weegh [mailto:[EMAIL PROTECTED]] Sent: 15. syyskuuta 2001 13:05 To: [EMAIL PROTECTED] Subject: [PHP] Can I use Microsoft Access as a database? Hi all, for testing purposes in a school environment, I would