We're moving to Azure, I would like to ask - is it possible to use SubSonic-ActiveRecord with SQL Azure?

If so, do you know of any article with code samples and or demos showing it?

Thanks.

有帮助吗?

解决方案

While I haven't done it myself, here's a blog post where someone else has, and walks through the steps to do it. Note: this is about 18 months old, but should still apply (though the Windows Azure portions of the blog post are a bit dated).

Just remember that SQL Azure doesn't allow cross-database queries and doesn't provide MSDTC. As long as you're working within a single database, I believe you'll be ok.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top