⟩ Why would you use find and get rather than to obtain?
Find tells you whether the record is actually in the database. If it is not found you save the overhead to obtain.
Find tells you whether the record is actually in the database. If it is not found you save the overhead to obtain.
How tough is it to learn Delphi?
How much disk space, memory, etc, do I need to run Delphi?
How do we get access to a database from Delphi?
Does Delphi support the back-end?
Can I use the ODBC drivers that I got with ?
Are there any tools to help me migrate my applications to Delphi?
How do I close a modal form? For that matter, what is the best way to close any form?
Can I make calls to Delphi code from C or C++?
Can I use DLLs developed in C or C++ from Delphi?
I just bought Delphi. Where are the language and library reference manuals?