Hi,
How do I disable the preparing of statements? I tried to remove [doPreferPrepared] from the dataset options but it doesn't help
For quickly reproducer example, if I set the SQL to be:
select * from files limit 20; select * from files limit 10
I get the error:
"SQL Error: ERROR: cannot insert multiple commands into a prepared statement
ERROR 42601"
Thanks,
How to disable statements preparing?
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: How to disable statements preparing?
Hello Stoffman,
which database driver do you use? Some drivers support multiple statements and some don't.
With best regards,
Jan
which database driver do you use? Some drivers support multiple statements and some don't.
With best regards,
Jan