Board index » delphi » Getting One Field for One Record
Mark
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Getting One Field for One Record
I have a simple "Lookup" table: Code Description Code is a primary Key on the table. I use the code below to fetch the Q:=TQuery.Create(application); Q.Open; Is there a more efficient way of doing this? Do queries take a lot of Mark. |