kyriakos70
Programmer
Hello,
I am still getting the out of memory error, even I have used the adoquery with this sql string :
and have in the edit box the value of the primary key of the Table1 (master table), it still loads all the table scan (500-600 Mb) and I get the error out of memory, is there any other sql string to perform a better performance of memory?
Thank you
Kyriakos
I am still getting the out of memory error, even I have used the adoquery with this sql string :
Code:
select * from scan inner join Table1 on scan.id=Table1.id where scan.id like '+quotedstr(edit1.text)
Thank you
Kyriakos