How to express a lot of data at high speed

xiaoxiao2021-03-06  52

with ADOQ.RecordSet dobegin MoveFirst; while not EOF do begin FBegDateStrs.Add (Fields [ 'BEG_DATE'] Value.); // FBegDateStrs is a TStringList FEndDateStrs.Add (Fields [ 'END_DATE'] Value.); // FEndDateStrs is A TSTRINGLIST MOVENEXT; END;

With RecordSet, 100 times faster than direct operation of AdoQ

转载请注明原文地址:https://www.9cbs.com/read-117568.html

New Post(0)