Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error trying to save changed web data
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00893053
Message ID:
00893103
Views:
22
>How do I find out what the exception is?

Try using a TRY/CATCH block:
try
	oledbDA.UpdateCommand.CommandText =
"UPDATE Contacts SET Company= MyCompany WHERE Unique_ID = MyContacts_Unique_ID"
catch ex as exception
	' The value of ex.message will tell you the error
	Response.Write(ex.message)
end try
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform