First thx for this wonderfull componentset.
I am having problems accessing a sqlite 3 db that has been created with sqlite administrator.
Actions i have done:
-Copied all sqlite dll to system32 folder
-Created sqlite 3 db and created some tables
-Started delphi 11 project
-Put zconnection & ztable on the form
-set the location+table name in zconnection.database
-set connected to true in zconnection
-set ztable.connection to zconnection
After all this is done and i try to access the table list in ztable i receive the following error:
Access violation at address 13BF2C18 in module 'ZComponentDesign110.bpl'. Read of address 00000000.
Code: Select all
[13BF2C18]{ZComponentDesign110.bpl} Zpropertyeditor.TZTableNamePropertyEditor.GetValueList + $184
[13C79D24]{ZDbc110.bpl } Zdbcsqliteutils.CheckSQLiteError + $F8
[13C7B9AF]{ZDbc110.bpl } Zdbcsqlitestatement.TZSQLiteStatement.ExecuteQuery + $77
[13C7EF4B]{ZDbc110.bpl } Zdbcsqlite.TZSQLiteConnection.CreateRegularStatement + $47
[13C7CE50]{ZDbc110.bpl } Zdbcsqlitemetadata.TZSQLiteDatabaseMetadata.GetTables + $14C
[13BF2BD9]{ZComponentDesign110.bpl} Zpropertyeditor.TZTableNamePropertyEditor.GetValueList + $145
[13BF2936]{ZComponentDesign110.bpl} Zpropertyeditor.TZStringProperty.GetValues + $42
[20E1098B]{vclide100.bpl} IDEInspListBox.TInspListBox.ListDropDown (Line 1626, "ideinsplistbox.pas" + 9) + $12
[20E0C080]{vclide100.bpl} IDEListBtns.TListButton.DropDown (Line 670, "IDEListBtns.pas" + 5) + $A
[20E0BAF2]{vclide100.bpl} IDEListBtns.TListButton.DefaultHandler (Line 491, "IDEListBtns.pas" + 13) + $4
[20E0BB86]{vclide100.bpl} IDEListBtns.TListButton.WMLButtonDown (Line 524, "IDEListBtns.pas" + 7) + $2
[20006A3F]{rtl100.bpl } System.TObject.Dispatch (Line 9284, "sys\system.pas" + 8) + $0
[2013C527]{vcl100.bpl } Controls.TControl.WndProc (Line 5146, "Controls.pas" + 83) + $6
[20140158]{vcl100.bpl } Controls.TWinControl.IsControlMouseMsg (Line 7176, "Controls.pas" + 9) + $25
[201406A7]{vcl100.bpl } Controls.TWinControl.WndProc (Line 7304, "Controls.pas" + 111) + $6
[2013FDD0]{vcl100.bpl } Controls.TWinControl.MainWndProc (Line 7073, "Controls.pas" + 3) + $6
[20040E4C]{rtl100.bpl } Classes.StdWndProc (Line 11583, "common\Classes.pas" + 8) + $0
[20163691]{vcl100.bpl } Forms.TApplication.StopHintTimer (Line 8673, "Forms.pas" + 3) + $6
[201625E8]{vcl100.bpl } Forms.TApplication.ProcessMessage (Line 8103, "Forms.pas" + 21) + $1
[2016262A]{vcl100.bpl } Forms.TApplication.HandleMessage (Line 8124, "Forms.pas" + 1) + $4
[2016291F]{vcl100.bpl } Forms.TApplication.Run (Line 8223, "Forms.pas" + 20) + $3
[0042297A]{bds.exe } bds.bds (Line 195, "" + 7) + $7
Using:
Delphi 2007 Update3 + December 2007 Update
ZeosLib svn rev 348.
Note:
At installing zeoslib i get plenty of warnings, however i have no problems connection with mysql.
Is this a bug i should report or some stupid error from my side?
Any help is welcome.
Edit: forgot to ad a polite hi