Search found 2733 matches

by mdaems
26.11.2012, 14:38
Forum: Feature Requests
Topic: TzDatasource
Replies: 3
Views: 2019

Or using the ZMetadata component. Then you get a pure TDataSet back. But I suppose sfxcc wants to know if there's a property on the query result fields that indicate if the current field is part of the primary key. Checking TZAbstractRODataset.InternalInitFieldDefs where we create TFieldDef informat...
by mdaems
26.11.2012, 14:16
Forum: 6.6 - stable
Topic: ZEOS database component like TDabatase or TIBDatabase
Replies: 25
Views: 4279

Well, It's a way to have multiple connections to the same server while only having to maintain the connection properties (eg. password dialog) in one object, the Connection group. Instead of multiple normal ZConnections you add ZGroupedConnections connected to the ZConnectionGroup and they all use t...
by mdaems
12.10.2012, 15:44
Forum: ZeosLib 7.0 Beta Forum
Topic: Is this a bug ou a change in code
Replies: 13
Views: 3454

This looks like a bug. Can you try to file a bug report in our sourceforge tracker (we're trying to fade out the Mantis bug tracker). You need a sourceforge login to do so. It's the menu item 'Tickets' on the sourceforge project page. Can you provide a little more information: - Compiler version - D...
by mdaems
12.10.2012, 15:39
Forum: SQLite Administrator
Topic: error with "Ñ" character
Replies: 3
Views: 2039

Only the sqliteAdiministrator project!
by mdaems
10.10.2012, 22:14
Forum: SQLite Administrator
Topic: error with "Ñ" character
Replies: 3
Views: 2039

Daimroc,
Unfortunately the maintainer of SqliteAdministrator has left his project long ago. We don't even have the sources, so we can't help with a new version.

Sorry,

Mark
by mdaems
10.10.2012, 22:12
Forum: 6.6 - stable
Topic: Updates with SVN
Replies: 3
Views: 991

Seems the best long term solution to me.
The change is a little inconvenient, but now users don't have to guess anymore which compiler corresponds to 'Delphi14'.

Mark
by mdaems
09.10.2012, 01:13
Forum: Feature Requests
Topic: Error Exception only english
Replies: 23
Views: 5632

Anything happened in this domain?
Please make sure we don't really want to add required files to our users deliverables by default. So at least one laguage ressource should be built in. If the built in one can be definede in zeos.inc, that would be even better.

Mark
by mdaems
09.10.2012, 00:58
Forum: DB2
Topic: db2 native access
Replies: 3
Views: 11091

The only possibility to get native access to DB2 is finding a developer to implement the plain and dbc layers for this database. Zeoslib drivers can be written for all databases, free or not free (eg. Oracle driver) As soon as minimal ZQuery support is implemented in a way following the general zeos...
by mdaems
09.10.2012, 00:27
Forum: MySQL
Topic: Problems with embedded mysql.
Replies: 10
Views: 2928

Well, I'm running an old version. So I don't dare saying it works with mysql 5.5 embedded libraries... Setting this up isn't an easy job unfortunately. Which is why I avoid upgrading my embedded test servers too. Chances are some settings have been changed between mysql versions or they have been re...
by mdaems
09.10.2012, 00:13
Forum: ZeosLib 7.0 Beta Forum
Topic: Full Unicode/Ansi-Support in /testing branch
Replies: 653
Views: 82075

Time to close this thread and make more specific ones. So we might get better search results. As by now I think this mega-thread will show up in every search operation.

Mark
by mdaems
08.10.2012, 23:53
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] ZQuery.Open internally requests metadata
Replies: 5
Views: 2581

Just for your information : setting this UseMetadata to false also has side effects. One of them is that all datasets will not be able to perform updates without using a TZUpdateSQL component as zeoslib can't find out how to update the data on the database side.

Mark
by mdaems
08.10.2012, 23:32
Forum: ZeosLib 7.0 Beta Forum
Topic: [solved] error, last svn of today. ZAbstractRODataset.pas
Replies: 16
Views: 5024

Sorry for the misunderstanding with the old repos still hanging around. Now I removed all code there and replaced it by a readme file pointing to the new location.

Mark
by mdaems
08.10.2012, 23:12
Forum: ZeosLib 7.0 Beta Forum
Topic: Query Bug with stored function and table
Replies: 5
Views: 2159

tvvwild,
Did this TZConnection.UseMetadate := False fix your problem?

Mark
by mdaems
08.10.2012, 23:08
Forum: ZeosLib 7.0 Beta Forum
Topic: How to detect / set VPN connection?
Replies: 2
Views: 1779

hstijnen , Simplest solution would be to try opening the connection and intercept the error message. Probably it will say something like 'host not found' when the VPN connection is not available. At least I would think so, as otherwise it would not be very usefull to require a VPN when the server i...
by mdaems
08.10.2012, 23:03
Forum: ZeosLib 7.0 Beta Forum
Topic: Special character ! in database name
Replies: 4
Views: 1884

Henk,

Has this issue been solved in the current beta release?
What protocol are you using? dblib, ADO or FreeTDS?

Mark