When I use statements that have no return values like INSERT, UPDATE or DELETE, I receive the error -2146824584. The error source is : "Exception occured in ADODB.Recordset, Operation is not allowed when the object is closed.. Help Path is C:\WINNT\HELP\ADO210.CHM and context 0 in Get Number of Records.vi->Fetch Query Results.vi->Easy SQL.vi->SQL transaction.vi".
I found that the VI "Get Number of Records.vi" tries to get info from a closed ADO object (Recordset state 0). I modified the the VI "Get Number of Records.vi" to check the ADO object state prior to get info (see attachement). This works !!!
But my question is: Since the database connectivity toolset is at least one year old, it is strange that
nobody has already found this problem.
Does anybody already encountered this problem ???