|
Posted by raymond_b_jimenez on 08/30/07 13:47
Actually, I use ADO.Net. Don't recall using KeyInfo anywhere.
http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B178366
gives some good information, but the interesting part is:
"SET NO_BROWSETABLE ON is an undocumented option performed for Remote
Data Service (RDS) ActiveX Data Connector (ADC) connections to SQL
Server. Enabling this option..."
Where would the option be? I've looked for it, but no luck.
Has anyone managed to get rid of these "undocumented options"? And
measured the results, as it seem's quite promising?
rj
On 29 Ago, 22:38, Erland Sommarskog <esq...@sommarskog.se> wrote:
> Which .Net Data provider do you use?
>
> ADO (the one is not worthy to be called Classic, but which is not .Net)
> spits this out, and it is about impossible to stop.
>
> SqlClient does not send this by default, if you use CommandBehaviour.KeyInfo
> it does.
Navigation:
[Reply to this message]
|