Insufficient Memory

Hasan Haliciogl

New Member
I have just met wit progres.

I have a delphi project used ADO driver and when I run the sql statement like this

Select T1.X,T2.Y,T2.Z from Table1 as T1 left join Table2 as T2 on (T1.ID = T2.ID)

I get the error message below

"Insufficient Memory, Memory allocation failed at 1618 in E:/vobs_sql/sql/srv/rds/psr_bld1.cxx"

What is the problem?
Thanks.
 
Top