From: Carlos G. A. <car...@te...> - 2003-07-13 11:05:18
|
Hello: > 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. > 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? Can you send a test case ?? Which version of the .NET Provider are you using ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain |