How do you set SQL Server 2005 database options prior to executing a
query with iBATIS?

 

e.g.

      SET NOCOUNT ON;

      SET ANSI_NULL_DFLT_ON ON;

      SET CONCAT_NULL_YIELDS_NULL ON;

      SET ANSI_NULLS ON;

 

Reply via email to