Re: SQLite and Delphi 2007




"TD" <dlee@xxxxxxxxxxx> wrote in message news:7ebbbd40-6b0a-4d7c-b720-62e84d24f9a0@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have installed Aducom's ASGSQlite SQLie components. I created a
project, installed the following components on a form:
TASQLITE3DB ,TASQLITE3TABLE, TDatasource, and TDBEdit. When I run the
app the TDBEdit field on the form acts as if it is locked because I
cannot type in it. Any ideas as to what I'm doing wrong. ALSO,
anyone have any experience using SQLite with D2007 ?

Without more detail it's difficult to guess why the dbedit will not accept input. In particular, is the table open? Is the edit linked to a field in the table?

.