Topic: Access Violation with Version 0.28 and Delphi 4

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

Re: Access Violation with Version 0.28 and Delphi 4

Hi Wilhelm and welcome to the forum.

I will check this error soon and give you a proper answer. (It seems to be an access to an object or a property already destroyed or pointing to nil).

Thank you  for your interest.

Regards.