all groups > sql server connect > january 2006 >
You're in the

sql server connect

group:

ADO connection options


ADO connection options Tom
1/24/2006 7:21:01 PM
sql server connect: I noticed when connecting to SQL Server using the SQL OLEDB provider that a
number of SET commands are issued. In particular

SET CONCAT_NULL_YIELDS_NULL ON

is issued, and I'd like to change that to OFF. I've set the database option
to turn this off by default, but all of the client connections still issue
the command. Is there a way in the connect string to specify SET options?

Thanks,

Tom
Re: ADO connection options Jens
1/24/2006 11:42:03 PM
I don=B4t know of any settings to manipulate this. You only chance for
this is to put the command in your batch fired against the SQL Server.

HTH, jens Suessmeyer.
Re: ADO connection options giulio.l.dali NO[at]SPAM gmail.com
2/17/2006 5:06:35 AM
Change you query to ISNULL(column,'')

[quoted text, click to view]
AddThis Social Bookmark Button