Hi,
I need to do this:
ADOQuery1.SQL.Text :=
'SELECT a.id, a.Name ' +
'FROM ' + base_1 + '..table_1 a ' +
'WHERE (a.Ina = 0) ' +
'AND ' +
'a.id NOT IN (SELECT b.id ' +
'FROM ' + base_2 + '..table_1 b ' +
'WHERE b.id = b.id)';
The problem is that the Connection Strings are in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.