RE: [PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Michael Davey
June 2002 19:26 > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Re: Connecting to MS Access > > > All of your errors stem from the first error. You do not have > a valid connection resource -- so when you try and run queries > and functions, they fail, saying that there's n

[PHP-WIN] Re: Connecting to MS Access

2002-06-12 Thread Scott Hurring
All of your errors stem from the first error. You do not have a valid connection resource -- so when you try and run queries and functions, they fail, saying that there's no valid ODBC source. I've not used Access in the past, so i can't say what specific information it's looking for, but go ove