Hii all
I am using VB6 as front end and SQLServer7 as the database.In our application in certain occassions all rows are not updationg correctly.How can I track that the update occured with some errors.If it happens with errors i want to roll back the changes and repeat the action again until it gets updated correctly.
(In oracle we check the status of sqlca.sqlcode ,if it is 0 then success,1 for faliure,100 for action executed with errors).
please help me
I am using VB6 as front end and SQLServer7 as the database.In our application in certain occassions all rows are not updationg correctly.How can I track that the update occured with some errors.If it happens with errors i want to roll back the changes and repeat the action again until it gets updated correctly.
(In oracle we check the status of sqlca.sqlcode ,if it is 0 then success,1 for faliure,100 for action executed with errors).
please help me