johnleroux
User
 Fresh Boarder
| Posts: 8 |   | Karma: 0 |
|
fetch options + firebird
|
|
Posted: 2007/10/03 21:09 |
|
|
|
|
Firebird 1.5, Delphi7
1) if TADConnection.FetchOptions.RecordCountMode is cmTotal then error "token unknown line 2 select". select statement is: select * from cs$language and then of course is TADQuery's FetchOptions.FetchOptions.RecordcountMode is set to cmTotal same error.
no error if RecordCountMode is cmVisible or cmFetched
|
|