1

(1 replies, posted in General)

Hello,

thanks for your quick response to my former questions. Next problem:

I created a Database using "Sqlite3.exe" with one table containing an Integer and two  text fields (Nr, Name, country). After connecting your components with additional Datasource and DBGrid, in DBGrid only the numerical field types were shown. In DBEdit, the DataField List also shows only numerical fields. Creating the Database with my preferred program "Sqlite Expert Personal" did'nt improve the result.  Any hints?

regards

W. Reeg

Hello,

after placing a Dataset component on an empty Form without any additional action I'm unable to delete this component from the Form.  A second Access Violation message appears when Delphi is closed, even without saving the project. OS is W2K pro, Delphi 4 Standard, Update 2.

regards

W. Reeg

Hello,

I'm using your components v 0.28 with Delphi 4. Samples and first
tests work fine, but maybe there is a bug in the Dataset component
(or a beginners mistake -:) :

- First placed a Dataset component on an empty Form
- Entered the SQL property in Object Inspector
- String List Editor appeared. Closed it with OK (nothing inserted)
- Trying to reopen String List Editor produces an Access Violation in
VCL40.bpl , Adress  40003BD2. This usually happens at the second
access to the SQL property and forces Delphi to quit without saving.

Placing a Dataset component on an empty Form causes an Access Violation in D4_SqlitePassDBO_Runtime.bpl when Delphi is closed, even without saving the project. In simple test applications the components seem to work properly, but show the same error message when closing the application. OS is W2K pro, Delphi 4 Standard, Update 2.

regards

W. Reeg