[Lazarus] from hfiandor 11 dic 2012
Howard Page-Clark
hdpc at talktalk.net
Tue Dec 11 20:02:32 CET 2012
On 12/12/12 1:40, Héctor F. Fiandor Rosario wrote:
> Dear fellows:
> I am using SQLite3 for an application and I have a problem.
> I need to use a table in an unit that don´t has a form -is a unit for
> ReadWrite procedures- and I can´t place the DataAccess for SQLite icom.
> Please, in this cases, what to do?
Please do two things:
1 As has been requested of you several times, find out how to use your
email client so that you can start a new thread for your questions, and
not interrupt another thread every time.
2 Use a TDataModule for your table (File -> New -> Data Module), or
create it in code by calling its constructor.
More information about the Lazarus
mailing list