I'm really new to MS ACCESS.
I'm trying to build an SQL query string to run from Delphi and am having problems making it run.
This is the string I build
'Delete from JOB where (("JOB_ID"='+string(tsJob.Cell[6,x])+'))';
which ends up looking like this
Delete from JOB where (("JOB_ID"=12))...
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.