Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error trying to save changed web data
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00893053
Message ID:
00893103
Vues:
15
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform