摘要: procedure CreateVarArrayFromDataset(var varResultSet: OleVariant; ADataset : TDataset); var m : Integer; nRecords, nColumns, nCurRec : Integer; begin nRecords... 阅读全文
posted @ 2005-12-13 09:26 D10.天地弦 阅读(508) 评论(0) 推荐(0)
摘要: I had originally created the index with the property IndexName and finally found out that this did not select my index. Selecting the index by the property IndexFieldNames worked fine, as the followin... 阅读全文
posted @ 2005-12-13 09:25 D10.天地弦 阅读(407) 评论(0) 推荐(0)