Re: DMO & .NET: How to get default database

Tech-Archive recommends: Fix windows errors by optimizing your registry



I found "SELECT DB_NAME()" T-SQL command, and used ADO.NET to execute that
against my ADO.NET connection instead of relying on my hidden DMO
connection. Works great.
--
Lee


.