with ADOQuery1 do begin Active := false; SQL.Clear; SQL.Add('SELECT * from Åä·½Õï¶Ï±í where ......'); Active:=true; First; while not EOF do begin for i:=0 to Fields.Count-1 do begin //ͨ¹ýÑ»·È¡¸÷×ֶεÄÖµ //Show Fields[i].value end; Next; end;
'Select * into '+TempTableName+' from OpenDataSource(''Microsoft.JET.OLEDB.4.0'',''Data Source=' +ExcelFilePath+';Mode=Read;Extended Properties=Ex ......
project project3.exe raised exception class ERemotableException with message 'access violation at address 004037B in module'project2.exe'.read of address 00000003'.process stopped.use ......