Search found 5 matches

by Jaimefig
29.11.2006, 18:07
Forum: 5.x Versions
Topic: Problem instalation 5.5.0 in BDS2006
Replies: 0
Views: 2843

Problem instalation 5.5.0 in BDS2006

I need install zeosdbo 5.5.0 in the Delphi 2006.
I have migrantion delphi 7 and zeos 5.5.0 to Delphi 2006 and zeos 6.x.x.
When I compile the zcommon7, the error: [Pascal Error] ZParser.pas(396): E2003 Undeclared identifier: 'Unassigned'.

Any sugestion?
by Jaimefig
09.11.2006, 14:30
Forum: Bug Reports
Topic: [bug_fixed] Zquery and Ztable not accept numeric database
Replies: 8
Views: 4721

Hi,

Now is ok.
I replaced the function.


Thank you very much.
by Jaimefig
08.11.2006, 19:15
Forum: Bug Reports
Topic: [bug_fixed] Zquery and Ztable not accept numeric database
Replies: 8
Views: 4721

SHOW TABLES FROM 99 LIKE 'clientes' is maked by zeos. My sql query is: select * from clientes. In the Zconnection properties.database I try set: 99, '99', `99`, "99", \`99\` In the Zquery properties.SQL I try set: select * from clientes and `select * from clientes` The problem persist.
by Jaimefig
08.11.2006, 17:59
Forum: Bug Reports
Topic: [bug_fixed] Zquery and Ztable not accept numeric database
Replies: 8
Views: 4721

I tested with various ticks and problem persisting. The logs from ZSQLMonitor is: 2006-11-08 12:50:26 cat: Execute, proto: mysql-4.1, msg: SHOW TABLES FROM 99 LIKE 'clientes', errcode: 1064, error: Você tem um erro de sintaxe no seu SQL próximo a '99 LIKE 'clientes'' na linha 1 2006-11-08 12:51:45 c...
by Jaimefig
08.11.2006, 14:09
Forum: Bug Reports
Topic: [bug_fixed] Zquery and Ztable not accept numeric database
Replies: 8
Views: 4721

[bug_fixed] Zquery and Ztable not accept numeric database

I migration from zeoslib 5.5.0 to 6.6.0. I am use mysql 4.0.18-nt e my database's is numeric (1,50,99,...). Zconnection connect ok, but, when active the Zdataset or ztable the error: "You have a syntax error in sql statement near '1 LIKE'%" line 1. I tested com alphanumeric database (test,...