Search found 51 matches

by mmvisual
08.11.2010, 00:16
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

I have load the V7.0.0alpha vom 2009-12-30 from Sourceforge. From where can I load a newer version? I think the code must be correct, this is my code who is working with V6.6.6: For i := grdInhalt.SelectedRows.Count DownTo 0 Do Begin If i < grdInhalt.SelectedRows.Count Then qInhalt.Bookmark := grdIn...
by mmvisual
25.10.2010, 23:22
Forum: ZeosLib 7.0 Beta Forum
Topic: Bug: TZQuery.Bookmark does not work
Replies: 12
Views: 1847

Bug: TZQuery.Bookmark does not work

Hello, I have using a TDBGrid and use the Multiselect feature (dgMultiSelect). To do any on all records, I have a For loop an want select ever record: TZQuery.Bookmark := TDBGrid.SelectedRows.Items ; The mistake: The query does not go to the correct data record. The query remains always on the same ...
by mmvisual
25.10.2010, 16:27
Forum: ZeosLib 7.0 Beta Forum
Topic: Update for SQLite for Linux
Replies: 5
Views: 722

Why is it a security risc? For exaple, there gives a lot of other tools who want running on USB Stick without installation and use SQLite. I want build so an application. One customer have an problem with the SQLite SO file, I have write him to do: sudo apt-get install sqlite3 but the install said, ...
by mmvisual
24.10.2010, 18:10
Forum: ZeosLib 7.0 Beta Forum
Topic: Update for SQLite for Linux
Replies: 5
Views: 722

Update for SQLite for Linux

Hello, I have the problem, when file "libsqlite3.so" is not installed in the folder /lib then the database would not work. I have copy this SO into the same folder from the application, but it does not work. I want make a application where can run with a simple USB Stick without installati...
by mmvisual
14.10.2010, 06:23
Forum: 6.6 - stable
Topic: TZUpdateSQL do not use my quoted SQL String
Replies: 3
Views: 2354

No, that do not help.
Markus
by mmvisual
13.10.2010, 15:05
Forum: 6.6 - stable
Topic: TZUpdateSQL do not use my quoted SQL String
Replies: 3
Views: 2354

TZUpdateSQL do not use my quoted SQL String

Hello, I need your help, please I have insert this InserSQL: [font=Courier New] INSERT INTO `projektpos` (`ID`, `Projekt_ID`, `Bauteil_ID`, `BauteilLager_ID`, `Bezeichnung`, `Bemerkung`, `Symbol`, `Wert`, `Case`, `Menge`, `Kennz`, `Variante`, `PosX`, `PosY`, `Top`, `SMD`, `AendDatum`) VALUES (:ID, :...