RE: [PHP4BETA] OBDC problem on WinNT
[email protected] ("Andrew Smith")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Serigne F Diop Wrote: > At 06:50 PM 5/24/00 +1000, you wrote: > >Hi, > > They need to be System DSN's > > > They are!!! I just forgot to mention it. The only thing I can suggest is removing the offending dsn's and recreating them. The only ways I can generate your error are: 1) DSN Not registered 2) DSN Registered as User 3) DSN Registered as User and as System 4) DSN Registered as User and as System then delete the User registration If at any point I have both a User and a System registered at the same time I have to delete both and then recreate the System. The fact that your getting the error message you are means that the problem is out of php's hands, the only thing it can be is your ODBC setup or possibly the drivers your using. Andrew