Hi,
I am new to this forum, but I have been using ZeosLib Components with Delphi and Lazarus for the past 10 years or so. I'm mostly using it to access MySQL Databases.
Now I have run into a strange Problem with TZReadOnlyQuery.
In my MariaDB database I have a pretty complex stored procedure that takes some input parameters, one inout param and one out param. Because of the error I get, when I try to call it with TZReadOnlyQuery, I have made a very simple procedure to test it.
This is my test procedure:
I tried to call this procedure from different MySQL query/managment tools with this statement:
I get the expected answer: a dataset with one record and two fields like this:
But when I add the same query statement to a TZReadOnlyQuery and try to open it I get an error message:
Does anyone around here have any idea why this happens and how to work around it?
TIA
Lutz Kutscher
BTW: I tried to add my procedure definition and call as text, but then my post was blocked:
Error Message from ZReadOnlyQuery
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 2
- Joined: 09.01.2023, 09:52
Error Message from ZReadOnlyQuery
You do not have the required permissions to view the files attached to this post.
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: Error Message from ZReadOnlyQuery
Locked in favor of viewtopic.php?f=40&t=177005