Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make Access table updatable from the WEB environm
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00793692
Message ID:
00793763
Views:
23
Hi Jackson,

This doesn't look right, because if your sql returns anything other that 0, your code only returns a message that write permission is lacking. It seem like your SQL could fail from any number of reason including SQL syntax. See if you can capture the actual message coming from access or VBScript.
if err<>0 then
	Response.Write("No update permissions! 
")
else 
 	Response.Write("update successful. 
")
LelandJ
Leland F. Jackson, CPA
Software - Master (TM)
smvfp@mail.smvfp.com
Software Master TM
Previous
Reply
Map
View

Click here to load this message in the networking platform