I'm using sp_dboption for changing the concat null yields null to false
beacause i have some concatanation in my application like "abc+var1". Some
times var1 is null. The result return null when "concat null yields null"
is true.
When i change this value to false using sp_dboption and i'm using odbc 3.50
the result of the concat. is abc.
With odbc 3.70, the result is null again.
Is there a way to correcte that with odbc 3.70?
thank's,
Joel