Search found 111 matches

by fduenas
25.07.2006, 19:09
Forum: Bug Reports
Topic: [bug_fixed] ZSqlUpdate append error
Replies: 5
Views: 2202

Hi I have check the issue. But this is somethign to do with a coding bug. Almost al drivers implement the IZCachedResolver interface in their own TZXXXXCachedResolver class (Check ZMySQLResultSet.pas or ZAdoResultSet.pas), all except for Interbase, the TZInterbase6CachedResolver is declared wrongly ...
by fduenas
25.07.2006, 16:33
Forum: Bug Reports
Topic: [bug_fixed] ZSqlUpdate append error
Replies: 5
Views: 2202

Hi Barko, what is exactly the error? and plz send the the line of that you commented.

Thanks
by fduenas
01.07.2006, 23:37
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11593

hi terence what distribution (version) of mysql 5 do you have, that contains the dll, because as mdaems, I'm also not able to get this dll, neither install and zip package. I have rpeoirted it in Mysql forum page but don't know if they alreday included it. Myabe you can share it to madems so he can ...
by fduenas
27.06.2006, 00:25
Forum: MySQL
Topic: Help connect zeos to embedded mysql server
Replies: 26
Views: 11593

Hi a new revision of ZeosDBO has been posted a long time go. It supports new mysql5 and mysqld5 (embedded) give ti a try and tell us your esxperience. by default all data has to be in a 'data' subdirectory of the folder where the executable is. yoiu can change this option using a my.ini file. Checl ...
by fduenas
27.06.2006, 00:03
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Howto get generated id/int best ?
Replies: 8
Views: 3372

As a log as i know you can use the tzsequence to obtain the and sequence id you define. The only thing is that there is no TZSequence for mysql. determining the last autogeerated is has to be implemented by ecah of the drivers Zeos implements. I thinkalsmost all protocol can optain last Autoinc Valu...
by fduenas
25.06.2006, 19:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL v.5.0 .3+ and Decimals
Replies: 11
Views: 2082

Hi waheed. Can you confirm it in the buglist section?. so mdaems can close it.
Thanks
by fduenas
20.06.2006, 16:33
Forum: Bug Reports
Topic: [bug_fixed] MySQL v.5.0 .3+ and Decimals
Replies: 2
Views: 1449

Fixed!!. (Look here )
by fduenas
20.06.2006, 16:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL v.5.0 .3+ and Decimals
Replies: 11
Views: 2082

FIXED!!! OK. This is a bug that was introduced in 5.0, ir returns a new field type named NEWDECIMAL. I have made the corrections and seems to work. I sent them to mdaems so he can post it to SVN testing branch So if for anyone who can't download the latest SVN testing branch sources, you can do the ...
by fduenas
20.06.2006, 01:11
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL v.5.0 .3+ and Decimals
Replies: 11
Views: 2082

what version are you using? did you tried latest rleased version or SVN testing branch version?
by fduenas
19.06.2006, 17:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL v.5.0 .3+ and Decimals
Replies: 11
Views: 2082

Hi waheed. what does this bug makes excatly?

can you share somne sample or explain it more widely?
by fduenas
09.06.2006, 00:46
Forum: MySQL
Topic: Speed of return of registers
Replies: 1
Views: 1285

there are some parameters you have to specify in the 'Parameters' property of TZConnection some of them are: compress=[yes,no] - Turn on/off compression protocol dbless=[yes,no] - Connect to the real database or not (dbless mode) useresult=[yes,no] - Fetching rows using UseResult instead StoreResult...
by fduenas
29.05.2006, 10:59
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: AutoInc value not fetched after inserting (svn version)
Replies: 5
Views: 1547

Hi Guys, well i can generate a fix for it, but first i could want to send you the modified sources so you can check them. the onyl thing is that i have to downloads latest version of zeos so i can apply it. for now i'm in th mayan jungle checking some projects so i think until wdnesday oi could make...
by fduenas
14.12.2005, 14:48
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: TZQuery and multistatements
Replies: 4
Views: 1170

wel maybe in 6.1.5 that was possible. now in 6.5.1 it is limited to only 1 query at a time, why? i don't know, maybe the new structure. so if you wan to use multiple statements use the TZSQLProcessor. in the latest version it supports parameters so you can use it as tzquery.
by fduenas
14.12.2005, 14:45
Forum: 6.1.5
Topic: Memory leak? or am I doing something wrong?
Replies: 18
Views: 7301

Hi i think most of all those memory leack are fixed in 6.5.1. Plz give try to this latest version. It works more stable than 6.1.5. Version 6.1.5 have been abandoned so 6.5.1 i now the production version. even if it is named 'alpha' is quite to become 'beta'. all the bugs in 6.1.5 were fixed in 6.5.1.
by fduenas
26.11.2005, 00:31
Forum: Feature Requests
Topic: Up to date Database Protocols Support
Replies: 3
Views: 2169

Re: MySQL 5.x

Kite wrote:When will we see support for MySQL 5.x

:?
thi can take a while.
in meantime you can use mysql41 protocol, coz it uses the same protocol.
just rename libmysql.dll of mysql 5 to libmysql41.dll and put it in your apps exe folder.