[patch_done] Lazarus/FPC x64, fpc 2.6.1, win64 MySQL 64Bit

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

pictrue...
You do not have the required permissions to view the files attached to this post.
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

perdoname no puedo explicarlo bien con Ingles, espero que los fotos se podrian servir para algo..
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism, can you please install a 64Bit MySQL and try a sample-project with fpc2.6 and Linux64 Bit? It seem's like we've pointer propblems here...
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Maybe it's the same problem
http://freepascal.ru/forum/viewtopic.ph ... =15#p59618
Alexs promised to write a patch

I try in linux 64 bit and mysql 5.5.16, lazarus 0.9.31 64 bit, fpc 2.6.0, zeos rev 1026 , all working ok (truth I do not know how and what to test) i create table in lazarus project and write in table strings

Maybe it is only in 64 bit windows , i do not have 64 bit windows version
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

yes...it is olny in 64 bit windows..
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

wylton, are you sure you use MySQL-64Bit and the right Client-MySQL.DLL?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

yes. i use mysql 5.5.10 .
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Which libMySQL.dll ? the one from Zeos or from installed 64Bit-MySQL?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

from installed 64bit-mysql.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

wylton, i'm trying to figure out what's wrong. I do not use W64Bit. So i do this blindly.

I want to find out whats wrong.

We've several Options:
First:
Use the \trunk or \testing Revision. Are the problems the same?

Secopnd
Set a breakpoint to ZDbcMySqlResultSet.pas line 292 and check the PlainDriver-results.
(ColumnInfo.ColumnName .... ) There Zeos moves the MySQL-Resuls to the Zeos-ResultSets. Are these values empty? If they are then we've a strange Compatibility-problem with W64 else we've Zeos-internal problems.

Can you please check these 2 options before i tell you several more options?

EgonHugeist
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

(gdb)


eliminado..
Last edited by wylton on 25.02.2012, 22:18, edited 1 time in total.
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

eliminado...
Last edited by wylton on 25.02.2012, 22:24, edited 1 time in total.
ism
Zeos Test Team
Zeos Test Team
Posts: 202
Joined: 02.10.2010, 20:48

Post by ism »

Code: Select all

from lazarus. 
what the dot ? this is wrong

Image
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

ism, this was not the problem. That was a command line test...

The Problem is that Zeos in W64 can't read the Plaindriver-Data or we lost the informations..
We've to check his dump above.. We need a FPC-spezialist here. Somebody who use the same Config like wylton....

The last dump of him points me to interface-lost problems, on the first look...

Here we have straingth language problems to comunicate.

wylton did you check the other revisions? If some of them work we can compare them to check the issues..

Best regards
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
wylton
Senior Boarder
Senior Boarder
Posts: 58
Joined: 14.07.2011, 20:56

Post by wylton »

yes .

my.ini:

.....sorry...Please read the contents of the back。
Last edited by wylton on 25.02.2012, 22:35, edited 1 time in total.
Locked