Page 2 of 2

Re: WebServiceProxy Example

Posted: 20.02.2022, 09:08
by fjtrooper
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!!!

Re: WebServiceProxy Example

Posted: 20.02.2022, 09:28
by fjtrooper
I've installed Lazarus 32bit and now it compiles perfect, the problem is 64bit compilation.

Thanks!

Re: WebServiceProxy Example

Posted: 20.02.2022, 10:24
by fjtrooper
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!!!

Re: WebServiceProxy Example

Posted: 22.02.2022, 21:56
by marsupilami
fjtrooper wrote: 20.02.2022, 10:24 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"
There was a problem when sending the SQL command to the server. That should be fixed now. Please try the latest revision.
fjtrooper wrote: 20.02.2022, 10:24 If try to use a Table, when a click to TablaName property the error is:

"Access violation"
This also should be fixed.

Re: WebServiceProxy Example

Posted: 23.02.2022, 17:00
by fjtrooper
marsupilami wrote: 22.02.2022, 21:56
fjtrooper wrote: 20.02.2022, 10:24 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"
There was a problem when sending the SQL command to the server. That should be fixed now. Please try the latest revision.
fjtrooper wrote: 20.02.2022, 10:24 If try to use a Table, when a click to TablaName property the error is:

"Access violation"
This also should be fixed.


PERFECT! Now there is no error!.
I still trying more things!
Thanks!