开发者

Appending DB Connection String with prepareSQL=0

What does this开发者_开发百科 do?


Assuming jTDS here:

"prepareSQL=0 is only intended for testing (as it actually replaces the parameter placeholders with string representations of the values and submits everything as a regular query) and it's also kind of beta. It should never be used in production.

Also, as you have seen, the performance penalty is quite severe compared to the other prepare modes." (from Eric Pugh's Weblog).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜