His there is patch posted on forum for zeos 6.x but the patch is for recent version 7.1.4 so, maybe it should be great to add that to latest sources.
http://zeoslib.sourceforge.net/viewtopi ... 063#p84063
Search found 111 matches
- 11.02.2017, 03:25
- Forum: ZeosLib 7.1 stable Forum
- Topic: [PATCH] Add TZQuery Multiple resulset support for MySQL
- Replies: 1
- Views: 1288
- 03.06.2015, 12:00
- Forum: MySQL
- Topic: How to download data from different servers?
- Replies: 1
- Views: 1512
Re: How to download data from different servers?
I dont know its a little bit late. But if all your servers are mysql, why dont use the 'servers' feature of mysql and the 'FEDERATED' table engine . With that you can register external mysql servers that can be accessed by a main one creating a table of type 'Federated' which its data will always co...
- 16.05.2013, 04:04
- Forum: SQLite
- Topic: Help with Create own Function in sqlite with Zeos
- Replies: 3
- Views: 2503
Help with Create own Function in sqlite with Zeos [Hints]
Hi To all just wanted to give my two cents about this: You should take a look to the project: http://code.google.com/p/sv-utils/ also http://code.google.com/p/sv-utils/wiki/Intro Specially the SQLite 3 components There Tim Anderson have already translated the headers necessary to register custom fun...
- 06.06.2011, 06:16
- Forum: ZeosLib 7.0 Beta Forum
- Topic: Problem Existing mysql project, WideString instead of String
- Replies: 1
- Views: 674
Problem Existing mysql project, WideString instead of String
Hi I'km having alittle problem migarting an existing project from delphi 2007 (zeos 6.6) to delphi XE (zeos 7). the database used is mysql 5.1, and now zeos expects a WideString intead of a string field,an all my TzQueries and tzqueries have TString fields, Zeos 7 requires this field to be TWideStri...
- 21.03.2010, 06:34
- Forum: 6.6 - stable
- Topic: problem with MySql Embedded Server with InnoDB engine
- Replies: 10
- Views: 1393
- 21.03.2010, 06:29
- Forum: 6.6 - stable
- Topic: MySQL Embedded 5.1 not working
- Replies: 2
- Views: 896
rememeber it have to be libmysqld.dll (the las 'd') and not libmysql.dll, you can find it in any mysql 5.1 distribution in the 'embedded' folder. Also the Embedded demos was made for 4.x version. I made it :). For working with 5.1 you have to copy the 'share' folder from any Mysql 5.1 distribution a...
- 05.01.2007, 06:53
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: [CLOSED] TZQuery with 'NewValue' and 'OldValue'
- Replies: 5
- Views: 1345
- 27.12.2006, 03:37
- Forum: Bug Reports
- Topic: Backward slash (\) problem
- Replies: 8
- Views: 5194
- 27.12.2006, 03:33
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: connect to more than on database
- Replies: 2
- Views: 855
- 27.12.2006, 03:31
- Forum: Bug Reports
- Topic: [bug_fixed] TZStoredProc problem
- Replies: 8
- Views: 5807
- 25.12.2006, 22:03
- Forum: Bug Reports
- Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
- Replies: 9
- Views: 5778
Well I think it would only return a value and not an exception, coz i think this function cxan be used later internally in zeoslib components. One important thing where we can add the PingServer a similar TestConnection function that can resume a connection if it is lost. Currently, for example, if ...
- 24.12.2006, 15:11
- Forum: Bug Reports
- Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
- Replies: 9
- Views: 5778
Hi Mark, about PingServer Solution i think setting 'result := 1' can be the best solution for databases that doesn't implement yet PinServer functionality. But something we have to be sure is what result does MySQL Ping functions returns if Pinging server is successfully, don't remember if it is 1 o...
- 13.12.2006, 09:02
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Default values for not null fields on new record
- Replies: 13
- Views: 5536
Just want to add my two cents for this topic: Zeos will assign default values for fields only after sending the updates to the server (by calling 'Post' or 'ApplyUpdates') and if the field's value is null and if the 'opCalcDefaults' in TZquery.options is set to true. obviously it works with the tabl...
- 17.11.2006, 06:12
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Reduce time to open database
- Replies: 9
- Views: 2518
- 17.11.2006, 06:07
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL 5 stored procedures and ZEOSDBO beta
- Replies: 16
- Views: 6117