How to use prepared property?
Moderators: gto, cipto_kh, EgonHugeist
How to use prepared property?
hello,How to use prepared property? My test cannot execute the prepared SQL statement 。
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: How to use prepared property?
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?
How to prepare SQL statements to improve execution speed?
-
- Platinum Boarder
- Posts: 1956
- Joined: 17.01.2011, 14:17
Re: How to use prepared property?
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.