Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> ASP & Oracle insert/update problem
Hi all,
I've just written an app that uses ASP and Oracle, I am currently having trouble with inserts and updates. The site works fine with the select queries but when i attempt to execute insert and update queries nothing happens, no errors etc.
for eg with the following code
response.write "executing query"
dbConn.execute(insertQuery)
response.write "query executed"
it will just write out the first line - executing query and stays there. Also this worked a couple of days agao with no code change.
Using w2k iis5 and oracle odbc driver. DB server is 8.1.7
Anyone have any expereince on this???
thanks
Ivan
Received on Tue Apr 22 2003 - 10:32:37 CDT
![]() |
![]() |