How to Prepare an ADO.NET Statement which includes an NText (clob) parameter

前端 未结 2 1953
别那么骄傲
别那么骄傲 2021-01-24 17:35

I\'m updating an existing application which uses a factory to build prepared statements, and then execute them later, which works for the rest of the system, but I\'ve been task

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-24 17:51

    Can you set it to the length of the data you're passing in to @File parameter? This is just a suggestion.

提交回复
热议问题