Using ASP vbscript, I created a small query to test one of my
db connections, requesting three fields from a specified record
based on URL parameter (this is a different project than my
previous post) running IIS with an ODBC connection to a local db.
The ODBC driver is read-only, which is fine, the purpose of this
project is to display reports, not data entry. Anyway, when I test
the query in DW CS3, everything is good, I get the results as
expected. When I upload the page to the remote server and test the
page I get:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Technical Information (for support personnel)
* Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E21)
Field is read-only
/job_details.asp, line 21
I am not updating or inserting, so I do not understand this
error. I also can't find anything on this specific error anywhere.
Anyone got any ideas about where I should start looking?