0

Change setting on sql connection?

I am trying to generate a report against a pervasive database. In order to get correct values from the database I need to run the ANSI_PADDING = OFF; command on the connection before the queries are run. Is there a way to run this command on a connection that all subsequent commands will use?

4 comments

Please sign in to leave a comment.