Search found 25 matches
- 20.01.2009, 11:54
- Forum: 6.6 - stable
- Topic: [bug_fixed] MacOS X (Leopard) installation problem Lazarus
- Replies: 3
- Views: 810
Hi Mark, you're right! I had to modify the ZPlainLoader, ZPlainFirebird10, ZPlainFirebird15, ZPlainFirebird20 in the way you suggested. Then the ZeosLib compiles without an error message. Here's my uses section for the files: ---------------------------------- uses SysUtils, {$IFNDEF UNIX} Windows, ...
- 14.01.2009, 23:44
- Forum: 6.6 - stable
- Topic: [bug_fixed] MacOS X (Leopard) installation problem Lazarus
- Replies: 3
- Views: 810
[bug_fixed] MacOS X (Leopard) installation problem Lazarus
Hi, I try to install Zeos 6.6.4 on a Mac with OSX (Leopard) and FreePascal 2.2.2, Lazarus 0.9.26.1. XCode is installed. Lazarus is running well. I get at the installation/compile the following error messages: Any idea? ------------------------------------------------------------------------- /Develo...
- 10.02.2008, 23:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TDBMemo, ZEOSLib, MySQL Post Problem
- Replies: 3
- Views: 1185
- 10.02.2008, 16:31
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TDBMemo, ZEOSLib, MySQL Post Problem
- Replies: 3
- Views: 1185
TDBMemo, ZEOSLib, MySQL Post Problem
Hi, I don't know if this is a FreePascal/Lazarus or a ZEOSLib problem... I have a strange behaviour of my code. My environment is: Kubuntu 7.10, FPC 2.2/Lazarus 0.9.24 and ZEOSLIB 6.6.2 beta Trunk_310, MySQL 5.0 . A ZQuery has a connection to a table where DBEdit1 is connected to a VARCHAR(250) fiel...
- 07.12.2007, 20:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: BlobStream and codepage problem
- Replies: 1
- Views: 987
update: -FileStream.Size is not the problem. same size independent from codepage setting. at the moment I make a workaround by clearing the properties on the ZConnection, then writing the blob field and resetting it after the commit. I don't like this solution but at the moment it works. has anybody...
- 07.12.2007, 18:53
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: BlobStream and codepage problem
- Replies: 1
- Views: 987
BlobStream and codepage problem
Hello, I have a problem with a BlobSteream. Environment is: Debian Linux (Etch), FPC 2.0.4, Lazarus 0.9.20 and ZeosLib 6.6.1 (stable). The purpose is to store files in a blob field a table. The code below worked perfectly with any type of files. Also the size of the files was no problem. -If we pay ...
- 07.12.2007, 18:38
- Forum: Off Topic
- Topic: Developer Conference
- Replies: 5
- Views: 20726
Hi to all again, I knew it will be difficult because a good running OpenSource project has often a worldwide community. But anyway if there's interest also in something like an online conference, please give me a sign here. The time for planning and preparation will need approx. 1 year anyway. I sug...
- 04.12.2007, 02:48
- Forum: Off Topic
- Topic: Developer Conference
- Replies: 5
- Views: 20726
Developer Conference
Hi to everybody! I would like to know if some of the ZeosLib users might be interested in a developer conference? If this is the case, I would try to organize something like this at my university in Ulm, Germany. Of course the conference language would be english and I would need some support of vol...
- 04.12.2007, 01:34
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Failed build on FPC 2.2 and Lazarus 0.9.24
- Replies: 6
- Views: 2086
- 28.11.2007, 00:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Need Zeos consultant for How to's
- Replies: 15
- Views: 4230
Hi Gina, regarding last_insert_id in MySQL5: ----------------------------------------------------------------------------------------- // made an insert statement just before this... ZQuery1.SQL.Clear; ZQuery1.SQL.Add('select last_insert_id() as last_id'); ZQuery1.Open; label1.caption:=ZQuery1.Field...
- 26.11.2007, 18:49
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Failed build on FPC 2.2 Lazarus 0.9.24
- Replies: 1
- Views: 1102
- 26.11.2007, 18:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Need Zeos consultant for How to's
- Replies: 15
- Views: 4230
Hi Gina, what happens? do they loose the DB connection or is it network problem? There are settings on the MySQL server side where you can influence the timeout handling of a connection/session. If that is not the reason I would try to figure out under what kind of conditions that happens. Our users...
- 26.11.2007, 03:29
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How make rollback?
- Replies: 8
- Views: 17048
- 26.11.2007, 03:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Need Zeos consultant for How to's
- Replies: 15
- Views: 4230
Hi Gina, I suggest that you just post your questions here. I'm sure that there'll be somebody to help you. Shortly I can say that we avoid to make cached updates. So we switch this functionality off. My way is here to leave this responsibility on the side of the system which is designed for that: th...
- 25.11.2007, 03:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Failed build on FPC 2.2 and Lazarus 0.9.24
- Replies: 6
- Views: 2086