I've developed an ASP application running in Personal Web Server in Win98. All my ODBC queries on that server runs smoothly but when I decided to use IIS 5.1 in WinXP, queries that update my Access Database did not work and give an error "must use an updateable query". What could be the conflicts between using PWS and IIS? What should I do so that my same queries runs in IIS?

Re: ODBC query in PWS -vs- IIS 5.1 by Roland

Roland
Fri Jun 18 03:03:55 CDT 2004

"theMAnn" wrote in message
news:43206F67-54B3-4D7C-BBCB-92230B11B23E@microsoft.com...
: I've developed an ASP application running in Personal Web Server in Win98.
All my ODBC queries on that server runs smoothly but when I decided to use
IIS 5.1 in WinXP, queries that update my Access Database did not work and
give an error "must use an updateable query". What could be the conflicts
between using PWS and IIS? What should I do so that my same queries runs in
IIS?

Generally this error is caused by a permission issue where the IUSR account
needs modify rights to the database.
You also should consider using the Jet OLEDB provider since the ODBC has
been deprecated.

http://able-consulting.com/MDAC/ADO/Connection/OLEDB_Providers.htm#OLEDBProviderForMicrosoftJet


--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp