From: Dumitru P. <pop...@ya...> - 2003-01-24 07:23:40
|
The code: FbDataAdapter myDA = new FbDataAdapter(); DataSet ds1 = new DataSet(); DataSet ds2 = new DataSet(); // setup myDA ... myDA.Fill(ds1); myDA.Fill(ds2); // <-- exception generates an exception: Unhandled Exception: FirebirdSql.Data.Firebird.FbException: Dynamic SQL Error SQL error code = -502 Attempt to reopen an open cursor __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |