Can DO 3.9 be made to support SQL Azure?

I just tried a test connection, and Domain.Build() failed with:

DataObjects.NET.Exceptions.DomainConstructionException : Domain construction error. Inner exception: System.Data.SqlClient.SqlException: 'ANSI_DEFAULTS' is not a recognized SET option.

----> System.Data.SqlClient.SqlException : 'ANSI_DEFAULTS' is not a recognized SET option.

asked Dec 09 '10 at 15:15

ara's gravatar image

ara
395878791


One Answer:

In general it is possible but not through existing MS SQL driver. It is required to implement a specific one.

answered Dec 10 '10 at 00:12

Alex%20Ustinov's gravatar image

Alex Ustinov
2484

Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!
toggle preview

powered by OSQA