I tried this with Firebird, works ok.
Except that I use zquery.fieldbyname() in stead of persistent fields. But that shouldn't be a problem.
Guido
Search found 93 matches
- 05.08.2011, 12:28
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: return dataset
- Replies: 1
- Views: 1900
- 03.08.2011, 16:36
- Forum: 6.6 - stable
- Topic: Error to do Update, using the same ZConnection in a While
- Replies: 6
- Views: 853
Well with me it works fine wether I add the properties or not. Maybe it is related to fb1.5.
Concerning hard and soft commit, I suggest you read this:
http://tech.groups.yahoo.com/group/fire ... sage/34797
(Helen is/was(?) member of the development group of firebird.)
Guido
Concerning hard and soft commit, I suggest you read this:
http://tech.groups.yahoo.com/group/fire ... sage/34797
(Helen is/was(?) member of the development group of firebird.)
Guido
- 02.08.2011, 16:01
- Forum: 6.6 - stable
- Topic: Error to do Update, using the same ZConnection in a While
- Replies: 6
- Views: 853
- 01.08.2011, 22:38
- Forum: 6.6 - stable
- Topic: Error to do Update, using the same ZConnection in a While
- Replies: 6
- Views: 853
- 28.07.2011, 14:19
- Forum: Firebird
- Topic: Blob stream out of memory.
- Replies: 2
- Views: 1459
- 27.07.2011, 18:23
- Forum: 6.6 - stable
- Topic: Smart refresh using zeos components
- Replies: 20
- Views: 5233
- 27.07.2011, 18:05
- Forum: 6.6 - stable
- Topic: mysql5 and zeos 6.6: keep connection alive?
- Replies: 2
- Views: 1774
- 23.07.2011, 12:06
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: MySQL SSL connection
- Replies: 2
- Views: 2117
- 24.12.2010, 15:53
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: ConnectionIsNotAssigned
- Replies: 5
- Views: 2479
Hi Mark, this is from my lpr file: program project1; {$mode objfpc}{$H+} uses {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Interfaces, // this includes the LCL widgetset Forms { you can add units after this }, MainformUnit, LResources, zcomponent, persoonsgegevenswijzigenunit, OgmBoe...
- 17.12.2010, 11:41
- Forum: 6.6 - stable
- Topic: Lazarus + Zeos 6.6.6-stable
- Replies: 5
- Views: 1325
Hi Darkbow, First of all, why not the latest lazarus version? As I have no experience on linux or so, I can only give some tips on windows. Both 6.6.5 abd 6.6.6 should install. For Lazarus it is preferable that your username/profilename contains no spaces. And if you have for example an ampersand (&...
- 17.12.2010, 11:26
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: ConnectionIsNotAssigned
- Replies: 5
- Views: 2479
Hi Mark, In runtime, I have the TZConnection on the MainForm, connected and well, when I try to create another form with the TZQuery, which uses the Mainform.ZConnection. For reason of the creation order, I tried shuffling with the objects in the .lfm of the new form, but that didn't help. Do you th...
- 14.12.2010, 19:28
- Forum: ZDBC (ZEOS Database Connectivity)
- Topic: ConnectionIsNotAssigned
- Replies: 5
- Views: 2479
ConnectionIsNotAssigned
I have this strange behaviour in lazarus 0.9.26.2 fpc 2.2.2 on winxpsp2: a TZquery (zeos6.6.6) on a form with the Connection property assigned in designtime, raising an exception in the form.create : procedure TZAbstractRODataset.CheckConnected; begin if Connection = nil then raise EZDatabaseError.C...
- 15.11.2010, 14:48
- Forum: 6.6 - stable
- Topic: MySQL v5 and SSL connection
- Replies: 8
- Views: 1910
No, there isn't. If you are in charge of the server, you can use stunnel (opensource, easy). Or openssl (opensource, not so easy). There is also lNet for lazarus. Guido CORRECTION : yes there is (sorry!) : Properties.Strings = ( 'MYSQL_SSL=TRUE' 'MYSQL_SSL_CA=D:/mysql/certs/ca-cert.pem' 'MYSQL_SSL_C...