Table pointer
Posted: Tue 15 May 2012 02:53
I have a query on a table. qryOne and tblOne. tblOne has a auto inc field called tblID.
qryOne fills a dbGrid. When I select a record in the dbGrid, how do I position the record pointer in the tblOne to the same record?
I can use Locate.tblID in Delphi but can I do the same with Sql?
qryOne fills a dbGrid. When I select a record in the dbGrid, how do I position the record pointer in the tblOne to the same record?
I can use Locate.tblID in Delphi but can I do the same with Sql?