Search found 17 matches

by martinalex
22.04.2008, 21:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11265

Hi cipto_kh, the second connect works ok and the read access with FB 2.1 looks normal. But when I try to insert a lot of data I have access violations for each insert. After a few hundred access violations my program crashes with stack overflow. I have checked Zeos SVN, there are no changes since ve...
by martinalex
22.04.2008, 08:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11265

Hi cipto_kh Thank you for this tip. :) >> the second call will success This is a strange behaviour. My program stoped after an unsuccessful connect, so I never tried a second connect. :wallb: At least I come across the connect access violation and can test what else does work with FB2.1 and what not...
by martinalex
21.04.2008, 12:28
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11265

Hi Sandeep,

I do the same. A test program runs ok with fbclient.dll from FB 2.0.
When replace the dll with fbclient from FB 2.1 (and replace all other required files) I have an Access Violation.


martinalex
by martinalex
21.04.2008, 08:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11265

Zeos doesn't work at all with Firebird 2.1. :( I have an Access Violation during database Connect, which is the first call to the Firebird Dll. I guess that Firebird has changed some API's for 2.1 Firebird 2.1 does work ok on my PC since one year, e.g. when used with FlameRobin, a database utility. ...
by martinalex
21.04.2008, 07:04
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Firebird 2.1 final release
Replies: 44
Views: 11265

Firebird 2.1 final release

The final release of Firebird 2.1 has been launched now. :) See http://www.firebirdsql.org/rlsnotes/Firebird-2.1-ReleaseNotes.pdf A bit more than one year after the first 2.1 alpha release in March 2007. Since then there were again and again forum messages that Zeos does not work with FB 2.1. The re...
by martinalex
17.12.2007, 11:51
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: ZEOSDBO 6.6.2 - whats new?
Replies: 6
Views: 2647

ZEOSDBO 6.6.2 - whats new?

Thank you for the new release of ZEOSDBO :) I will test it with one of my programs which uses Firebird. Is there some documentation about the changes for this release? I have downloaded the ZEOSDBO-6.6.2-rc_doc.zip file. There is a change log, but only until 6.5.1 articles\changes\html\changes.html ...
by martinalex
29.10.2007, 16:26
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Zeos 6.6.1 and Firebird 2.1 - any news?
Replies: 1
Views: 1076

Zeos 6.6.1 and Firebird 2.1 - any news?

In April 2007 there was a first thread in this forum that Zeos 6.6.1 can't access Firebird 2.1. In the meantime Firebird has reached 2.1 Beta 2. Has someone successfully used Firebird 2.1 with Zeos? I can use FB 2.0 server and embedded with Zeos 6.6.1 (D7 Pro and Win XP Pro), but not FB 2.1 :( Marti...
by martinalex
16.01.2007, 12:21
Forum: Off Topic
Topic: Zeos bug tracker available only at login
Replies: 2
Views: 29546

Mark, thank you. I already had an account, this was not the problem. Good news for you (I hope). The bug tracker is now available in read-only mode with an anonymous login. a) if you are looking for a reported bug it is easier if login is not required. b) acceptance for the bug tracker is enhanced i...
by martinalex
12.01.2007, 12:34
Forum: Off Topic
Topic: Zeos bug tracker available only at login
Replies: 2
Views: 29546

Zeos bug tracker available only at login

When I enter http://zeosbugs.firmos.at I automatically see the login page at http://zeosbugs.firmos.at/login_page.php

It should be possible to view the existing bugs without logging in. Otherwise most people won't use the bug tracker.
:(

Martin
by martinalex
10.01.2007, 10:58
Forum: Bug Reports
Topic: [bug_fixed] TZSequence error, value from prior database
Replies: 3
Views: 4261

Re: TZSequence error, value from prior database + workaround

I have checked the bug again with the new Zeos version 6.6. The error still exists. genVal := ZSequence1.GetCurrentValue; The generator value is from the prior database, if another database has been opened before. The workaround is easy, but not portable to other datbases, because the Firebird datab...
by martinalex
15.09.2006, 15:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Reduce size.
Replies: 6
Views: 1446

Dorin, >>For reducing more size of bpl and application make modification in file ZPlain.dpk in section (contains ... end ) and recompile. I have already changed zeos.inc to use Firebird only. This has reduced my exe size by around 1MB. :) After applying your changes to the ZPlain.dpk the resulting Z...
by martinalex
02.06.2006, 09:09
Forum: Bug Reports
Topic: [bug_fixed] TZSequence error, value from prior database
Replies: 3
Views: 4261

[bug_fixed] TZSequence error, value from prior database

TZSequence works fine within one database. I read a generator value with genVal := ZSequence1.GetCurrentValue; But when I close the database and open another database the generator value is from the prior database. :( Workaround is not to use TZSequence, but to read the generator value from the Fire...
by martinalex
02.03.2006, 17:15
Forum: Feature Requests
Topic: TZSequence setting value
Replies: 3
Views: 2152

>>i'd like to set a value for the generator, looking at the code i saw that it's not possible It's already possible. :) You have to do one additional step then just setting a value. You have to read the current value with ZSequence1.GetCurrentValue and calculate the difference to the required value....
by martinalex
01.02.2006, 17:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: CVS Builds
Replies: 4
Views: 1600

danied, On sourceforge I can see that the activity percentily for Zeos last week is 96.38 percent, which is fairly high. :) It is calculated by adding the 3 parts: - traffic (downloads, pages, logos) - development (cvs, file releases, admin login) - communication (tracker, posts) Download average la...
by martinalex
31.01.2006, 14:34
Forum: 6.1.5
Topic: Application does not close !
Replies: 7
Views: 3170

Application does not close !

I have a similar error with Zeos sometimes. I use D7, Zeos 6.5.1 and Firebird 1.5.2. When I close my application I have an exception at disconnect. The exception happens in procedure TZConnection.Disconnect (ZConnection.pas); I could trace the error down a bit. In TZConnection.CloseAllDataSets the e...