Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert Into is not working
Message
From
03/10/2001 14:03:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Insert Into is not working
Miscellaneous
Thread ID:
00563755
Message ID:
00563755
Views:
54
When I run the following code from my localhost, it works fine. However, when I laod it out to the web server, I get the error below:

ASP Code:

set rsData = connectiontodatabase.execute("INSERT INTO USER user_no,fname,lname) VALUES("&lc_user_no&",'"&lc_fname&"','"&lc_lname&"')")

Error:

Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Visual FoxPro Driver]Cannot update the cursor.

Any ideas?
Next
Reply
Map
View

Click here to load this message in the networking platform