Hi! Compilation error "ZDbcMySqlStatement.pas(2143,17) Error: identifier idents no member "AddAscii7Text"" still happens, but I've Lazarus 2.2.0 64bit, and fps 3.2.2.
Perhaps compilation problem is because of Lazarus 64bit version.
Should I use 32bit version for avoiding this and future compilation problems?
Thanks!!!
WebServiceProxy Example
Moderators: gto, cipto_kh, EgonHugeist
Re: WebServiceProxy Example
I've installed Lazarus 32bit and now it compiles perfect, the problem is 64bit compilation.
Thanks!
Thanks!
Re: WebServiceProxy Example
Now from Desktop APP I can connect to Mysql and Postgresql through ProxyServer, now the problem is that when I use a ZQuery and activate, I get an error:
Code: "server"
Message = "SQL Error: command string is a null pointer Code: 7"
If try to use a Table, when a click to TablaName property the error is:
"Access violation"
It happens in Mysql and Postgresql connections.
THX!!!
Code: "server"
Message = "SQL Error: command string is a null pointer Code: 7"
If try to use a Table, when a click to TablaName property the error is:
"Access violation"
It happens in Mysql and Postgresql connections.
THX!!!
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: WebServiceProxy Example
There was a problem when sending the SQL command to the server. That should be fixed now. Please try the latest revision.
This also should be fixed.
Re: WebServiceProxy Example
marsupilami wrote: ↑22.02.2022, 21:56There was a problem when sending the SQL command to the server. That should be fixed now. Please try the latest revision.
This also should be fixed.
PERFECT! Now there is no error!.
I still trying more things!
Thanks!