hi Everyone,
I am having database error in the below piece of code.
IF SQLCA.SQLCODE <> 0 THEN
//If an error: notify the user
MessageBox("Database Error!", "Error while saving data to the database. Error message: [" +STRING(SQLCA.SQLCODE) + "] - " + SQLCA.SQLERRTEXT)
..............................................
Please help me what need to checked in database.