Search found 2733 matches

by mdaems
10.09.2013, 23:05
Forum: ZeosLib 7.0 Stable Forum
Topic: 7.0.4 possible bug in ApplyUpdates with auto increment field
Replies: 13
Views: 6012

Re: 7.0.4 possible bug in ApplyUpdates with auto increment f

Why not just posting to the database, row by row? Which means no autocommit, no cached updates. This sends the data of the master to the db and retrieves the autoincrement value on the master. When connecting the master to the details, this should also update the linking keys in the detail table. An...
by mdaems
07.09.2013, 20:53
Forum: ZeosLib 7.1 stable Forum
Topic: Bug in new Portal
Replies: 9
Views: 1402

Re: Bug in new Portal

Done
by mdaems
30.08.2013, 09:14
Forum: ZeosLib 7.1 stable Forum
Topic: problems with tzquery using XE4, mysql 5.1 and zeos 7.1
Replies: 2
Views: 889

Re: problems with tzquery using XE4, mysql 5.1 and zeos 7.1

If you set the query readonly when it's open that will not have any effect indeed. Did you close the query, set readonly and open again?
by mdaems
29.08.2013, 08:33
Forum: ZeosLib 7.0 Stable Forum
Topic: 7.0.4 possible bug in ApplyUpdates with auto increment field
Replies: 13
Views: 6012

Re: 7.0.4 possible bug in ApplyUpdates with auto increment f

Can you check if after the error the auto increment field has been filled? Eventually put a debug point in, the zeoslib source code where the autoinc value should be retrieved. (Some code in the mysql resultset unit at the dbc level, I think)

Mark
by mdaems
29.08.2013, 08:28
Forum: MySQL
Topic: how to persist master-detail tables in a single transaction?
Replies: 1
Views: 2059

Re: how to persist master-detail tables in a single transact

This is a good question. But I don't know the solution. When using mysql autoincrements are retrieved at post time. So I think you should at least make sure posting happens immediately when doing record navigation. For databases where the ZSequence component is implemented it may be easier to assign...
by mdaems
27.08.2013, 12:41
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120128

Re: 7.2-alpa testers-thread

That's good news. Thanks for checking. Did you log a bug report with the mariadb people? I suppose they also like to know this.

Mark
by mdaems
27.08.2013, 06:30
Forum: ZeosLib 7.2 Forum
Topic: 7.2 testers-thread
Replies: 514
Views: 120128

Re: 7.2-alpa testers-thread

michal, is this behavior different compared to 7.0? Do you know where the extra time is consumed? At opening time or during the reading of the data? If it's at opening, chances are that the issue is with the way the data are cached by the MySQL lib. In the other case we might have a problem asking m...
by mdaems
24.08.2013, 06:25
Forum: ZeosLib 7.1 stable Forum
Topic: Bug in new Portal
Replies: 9
Views: 1402

Re: Bug in new Portal

ok. that's the disadvantage of having admin rights. I'll try to find out where I can set that.

edit: fixed. just changed the number of allowed attachments to 5.
by mdaems
23.08.2013, 21:43
Forum: ZeosLib 7.1 stable Forum
Topic: Bug in new Portal
Replies: 9
Views: 1402

Re: Bug in new Portal

Just upload a second image, put the cursor in the right place and push the button place inline. I fixed your other post while experimenting.

Mark
by mdaems
22.08.2013, 12:52
Forum: ZeosLib 7.1 stable Forum
Topic: Bug in new Portal
Replies: 9
Views: 1402

Re: Bug in new Portal

OK. That's an important feature, true. 2 solutions. 1. use the portal.php entry in the adres (insted of index.php). There is a list with the recent posts (I think the right column at the top). This is inconvenient at the moment. This is what I want to get fixed. 2. On the board index page there are ...
by mdaems
22.08.2013, 12:36
Forum: ZeosLib 7.1 stable Forum
Topic: Bug in new Portal
Replies: 9
Views: 1402

Re: Bug in new Portal

What do you mean??? In this is not the most important thing - the last answer. Can you please explain why you want to return to the old version? I know there's a problem with the Portal. Once you go to a forum item you can't return to portal view. That worked well during tests but somehow the portal...
by mdaems
21.08.2013, 21:08
Forum: Announcements
Topic: Forum move and upgrade
Replies: 1
Views: 6847

Forum move and upgrade

Since August 19, 2013, this forum has been moved to SourceForge project webspace again. Not because of a bad experience with the Firmos hosting, but because the SF platform makes it easier to share access rights between team members, take backups,... At the same time we also upgraded the forum softw...
by mdaems
21.08.2013, 14:07
Forum: 6.6 - stable
Topic: How to drop firebird database?
Replies: 3
Views: 4359

Re: How to drop firebird database?

Hi ssprano, Marsipulami didn't want to say "The functionality is already available in zeoslib". He said : have a look at the zeoslib code. He didn't specify where, but it's here : TZInterbase6Connection.Open in ZDbcInterbase6.pas. Basically it executes the statement using the API connectio...
by mdaems
10.03.2013, 22:30
Forum: MySQL
Topic: Anticipate the load on a MySQL server
Replies: 7
Views: 2983

Oohh, you've got real belgian comics over there! (André Franquin is born within 2 km from my workplace) Seems to me too that using a separate thread to lauch sql is the only solution then. But I'm not a multithreader, so I don't know how to monitor such a separate thread from the main program, nor d...
by mdaems
10.03.2013, 22:18
Forum: ZeosLib 7.0 Stable Forum
Topic: Installing Zeoslib 7.0.3 in C++ Builder XE3
Replies: 6
Views: 1300

I think there's one more package : ZComponentDesign. That's the only one that needs installation, as far as I know. (But I never used XE3)

Mark