Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 SQL-DMO and VB.Net

Author  Topic 

dhw
Constraint Violating Yak Guru

332 Posts

Posted - 2002-11-12 : 15:18:14
I have seen plenty of examples of using DMO with VB6 or prior...but nothing with VB.Net. I would think it would be the same (practically)...but I am having problems running some of the examples (after translating the vb to vb.net). Does anyone know if there are some articles, examples of DMO and .Net?

Thanks...

royv
Constraint Violating Yak Guru

455 Posts

Posted - 2002-11-12 : 15:32:17
Are you using Visual Studio .NET ? If so, you can reference the COM object and then call it like you normally would in VB6.

***************************************
Death must absolutely come to enemies of the code!
Go to Top of Page

dhw
Constraint Violating Yak Guru

332 Posts

Posted - 2002-11-12 : 16:31:42
Yes...I am using VS.Net and I included references to the SQL DMO COM objects....but there must be something missing because I don't see all of the object properties that I used in VB6.

Is there a way to determine if I have all the necessary DMO com objects on my system?

thanks...

Go to Top of Page

bkmurti
Starting Member

13 Posts

Posted - 2002-11-26 : 18:17:53
hello,

Can U Post LINKS or examples
here i am searching for them. ie for VB6
thank u

Go to Top of Page
   

- Advertisement -