Board index » delphi » Unusable result sets
TG
![]() Delphi Developer |
Sun, 21 Mar 2004 21:44:43 GMT
Unusable result sets
When using SQL server commands such as @@Version or RESTORE FILELIST
ONLY.... that return a result set from Delphi 5 database components (not ADO), the result sets (when interrogated) have a positive row count but the fields appear to hold nothing when accessed with FieldByName.AsString etc. If I attempt to access them via the fields[n] property I can access and display some fields but the fieldcount is substantially less then the results set that is produced by the same command in Query Analyser. How can I access the values of these seemingly non-existent yet vital Thanks |