OBDC problem on WinNT
[email protected] (Serigne F Diop)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
Hi all
here is the plot:
same SQL server database,
two DSN: DSN_SQL1 created prior to Php install, DSN_SQL2 create after
install, but same parameters.
same MS Access database,
two DSN: DSN_ACC1 created prior to Php install, DSN_ACC2 create after
install, but same parameters.
odbc_connect("DSN_SQL2","","");
and
odbc_connect("DSN_ACC2","","");
both return the error below:
Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not
found and no default driver specified, SQL state IM002 in SQLConnect
But both DSN_SQL1 and DSN_ACC1 work fine.
Anyone knows what's going on here!!!!????
Running: WinNT4 sp6, mdac2.5, php4.0, access97, sql7.0
Falou