From: Maarten K. <mk...@xs...> - 2003-07-13 10:48:28
|
Hi, When I execute the method ExecuteScalar() twice on the same FbCommand = within the same transaction (without changing anything on the FbCommand = instance), an exception is thrown with the message "Attempt to reopen an = open cursor" at the second call.=20 When I "rewrite" the statements using ExecuteReader() (and close the = reader in between the calls) everthing is oke. Is there a way I can = close the cursor in between calls of the ExecuteScalar() method or could = this be a bug? Kind regards, Maarten Kroon |