[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

moondaddy

3/20/2007 2:24:00 AM

I have an old app that used sql-dmo to get some data about sql databases. I
need to port some of that old code to a new c#3.0 app and was wondering if
there was something new is sql2005 that replaces the old sql-dmo libraries.

Thanks.

--
moondaddy@noemail.noemail


2 Answers

Kent Tegels

3/20/2007 2:57:00 AM

0

Hello moondaddy,

> I have an old app that used sql-dmo to get some data about sql
> databases. I need to port some of that old code to a new c#3.0 app
> and was wondering if there was something new is sql2005 that replaces
> the old sql-dmo libraries.

Yes, its called SMO. The docs start here:
http://msdn2.microsoft.com/en-us/library/ms1...

Thanks!
Kent Tegels
DevelopMentor
http://staff.develop.co...


moondaddy

3/20/2007 8:23:00 AM

0

Thanks. this is WAY better than dmo!

"Kent Tegels" <ktegels@develop.com> wrote in message
news:18f2bcb14c908c93891164e50f0@news.microsoft.com...
> Hello moondaddy,
>
>> I have an old app that used sql-dmo to get some data about sql
>> databases. I need to port some of that old code to a new c#3.0 app
>> and was wondering if there was something new is sql2005 that replaces
>> the old sql-dmo libraries.
>
> Yes, its called SMO. The docs start here:
> http://msdn2.microsoft.com/en-us/library/ms1...
>
> Thanks!
> Kent Tegels
> DevelopMentor
> http://staff.develop.co...
>
>