Forum Moderators: DixonJones
I use IIS 5 and ODBC Logging. When i use an ODBC connection to MsAccess, everything works fine, IIS logs the activities. When i use an ODBC conection with Oracle, even though i have the same table in Oracle, IIS won't insert anything in it.
The ODBC system connection works fine, i can retrieve data from the same table.
Any ideeas?
Thanks,
LuciB23
4 this i have no other explanation than the fact that the SQL queries that IIS sends are not good for oracle.
The only thing I can think of are the differences in the table definitions between Oracle and Access.
This is the site I have in my bookmarks regarding ODBC logging: [docs.rinet.ru:8083...] It sounds like you're well past the documentation, though. :-(
It could be query differences too, but ODBC is supposed to take care of that AFAIK. Did you look in Google Groups? I'm sure someone is logging to Oracle.