Search found 111 matches

by fduenas
11.02.2017, 03:25
Forum: ZeosLib 7.1 stable Forum
Topic: [PATCH] Add TZQuery Multiple resulset support for MySQL
Replies: 1
Views: 1193

[PATCH] Add TZQuery Multiple resulset support for MySQL

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
by fduenas
03.06.2015, 12:00
Forum: MySQL
Topic: How to download data from different servers?
Replies: 1
Views: 1430

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...
by fduenas
16.05.2013, 04:04
Forum: SQLite
Topic: Help with Create own Function in sqlite with Zeos
Replies: 3
Views: 2398

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...
by fduenas
06.06.2011, 06:16
Forum: ZeosLib 7.0 Beta Forum
Topic: Problem Existing mysql project, WideString instead of String
Replies: 1
Views: 640

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...
by fduenas
21.03.2010, 06:34
Forum: 6.6 - stable
Topic: problem with MySql Embedded Server with InnoDB engine
Replies: 10
Views: 1249

You can download 5.1 GA version directly from mysql. latest 5.1 has included the embedded version and I think it includes the innodb support.
by fduenas
21.03.2010, 06:29
Forum: 6.6 - stable
Topic: MySQL Embedded 5.1 not working
Replies: 2
Views: 857

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...
by fduenas
05.01.2007, 06:53
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: [CLOSED] TZQuery with 'NewValue' and 'OldValue'
Replies: 5
Views: 1304

OldValue will store the original value of the field when the record is retreived for first time from the server. it stores the original value and not a value after a modification. So it functions for already existing records and not for newer ones
by fduenas
27.12.2006, 03:37
Forum: Bug Reports
Topic: Backward slash (\) problem
Replies: 8
Views: 5078

Hi danielweinmann:

What version of zeoslib are you using?
Always try to use latest version from here.

Currently it is 6.6 beta
by fduenas
27.12.2006, 03:33
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: connect to more than on database
Replies: 2
Views: 815

I Didn´t knew about this odbc functionality. But i don´t think zeos could have this functonality yet.
by fduenas
27.12.2006, 03:31
Forum: Bug Reports
Topic: [bug_fixed] TZStoredProc problem
Replies: 8
Views: 5715

Hi it should be enought to post this here, but maybe beacuse all these party days the forum could be a little alone . just give a time to evalute your posting.

Thanks
by fduenas
25.12.2006, 22:03
Forum: Bug Reports
Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
Replies: 9
Views: 5663

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 ...
by fduenas
24.12.2006, 15:11
Forum: Bug Reports
Topic: [bug_fixed] Zeos 6.6-Beta: func GetTableNames() / PingServer
Replies: 9
Views: 5663

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...
by fduenas
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: 5397

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...
by fduenas
17.11.2006, 06:12
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Reduce time to open database
Replies: 9
Views: 2437

what is your zeos version and what database server are you using and what version? and what dll version ?
by fduenas
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: 5876

Try to update to latest zeoslib 6.6. The post you're refering is a little bit old. zeos 6.6 has mysql5 protocol