From:
<car...@te...> - 2004-04-15 14:26:45
|
Hello: >using the OleDbDataReader, if the reader has no >records, hasrows returns false. using the Net provider >for Firebird, hasrows ALWAYS returns true, even if I >execute a query which I know has no rows. Of course, >this can be circumvented, but I figure this is >something that needs to be reported. > > I know, hasrows need to determine wheter a query returns rows or not but without fetch data, and there are now way (know by me at least) for get that info in firebird (for select statements, i can return false for non query statements) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |