di_2006 Level: Protégé
 Registered: 03-03-2006 Posts: 4
|
Validating con.execute statement
I am using VB6.0 as the front-end with MS Access 2003 as the back-end for my project.
I have an insert statement to insert an entry in the database. I use
Con.execute sql1,,adExecuteNoRecords
Now, I want to validate my form. I want to display a Success message if the insertion statement is executed successfully; else I want to display an error message to the user. How do I check if con.execute really works??
Please help...
Thanks in advance
|