PDA

View Full Version : VB and error checking


davehaz
09-08-2005, 12:05 PM
howdy,
I am attempting to write a vb program to access my mysql db, I am new to vb, and have not found anything out there yet to describe error checking. Does anybody know a way to tell if I am even logging into the db or just not pulling up any records?

tia.

davehaz
09-08-2005, 01:35 PM
never mind, I used the ODBC tracing to figure out my problem.

thanks.