WebServiceProxy Example

Forum related to the ZDBC API-Layer

Moderators: gto, cipto_kh, EgonHugeist

fjtrooper
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 07.02.2022, 19:52

Re: WebServiceProxy Example

Post 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!!!
fjtrooper
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 07.02.2022, 19:52

Re: WebServiceProxy Example

Post by fjtrooper »

I've installed Lazarus 32bit and now it compiles perfect, the problem is 64bit compilation.

Thanks!
fjtrooper
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 07.02.2022, 19:52

Re: WebServiceProxy Example

Post 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!!!
marsupilami
Platinum Boarder
Platinum Boarder
Posts: 1939
Joined: 17.01.2011, 14:17

Re: WebServiceProxy Example

Post 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.
fjtrooper
Fresh Boarder
Fresh Boarder
Posts: 16
Joined: 07.02.2022, 19:52

Re: WebServiceProxy Example

Post 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!
Post Reply