Page 1 of 1

How to use prepared property?

Posted: 26.11.2021, 05:20
by zhuyl
hello,How to use prepared property? My test cannot execute the prepared SQL statement 。

Re: How to use prepared property?

Posted: 28.11.2021, 20:07
by marsupilami
Prepared usually only prepares internal structures. It should not be necesary to set ist. If it doesn't work for you, please don't use it.

Re: How to use prepared property?

Posted: 30.11.2021, 10:25
by zhuyl
How to prepare SQL statements to improve execution speed?

Re: How to use prepared property?

Posted: 30.11.2021, 11:42
by marsupilami
With FreeTDS there is no possibility to prepare statements. The dblib api that gets used by FreeTDS doesn't allow to use parameters and prepare statements. This is better done using ODBC and Zeos 8.