Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Transaction complete with VB

Status
Not open for further replies.

DugzDMan

Programmer
Oct 19, 2000
157
US
Does anyone know how to check to see if a transaction has been completed successfully in VB? I have a program that takes input from a user and updates a table on Teradata. I would like to be able to check for a successfull completion before closing the application.

Any help is greatly appreciated.

Thanks,
Doug
 
I think things are very strightforward in all RDBMS. An execution would either be successful or a failure. If it doesn't return an error, it means that it written already!

If you really wanna make sure, just issue a select statement to checks whether the record was really written :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top