ADO Errors ?!!
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I am using SQL 7.0 with MDAC 5.0. One of the stored procedure has a Select statement followed by Insert statement. If the Insert statement fails due to any reason I cannot get the error in ADO Error collection object. But strangely if I put the insert first and then the select, the ADO error collection is filled ? What is wrong or What am I doing wrong ? Thanks