[Mono-list] Databind to SQLServer

Jones, Larry LJones@Lithonia.com
Fri, 23 May 2003 15:19:10 -0700


Actually, you can create tables, and manage MSDE, etc. from the VS.NET
interface.

I believe WMI can be accessed thru .NET also.

Larry Jones
-----------------------------------
MSFT recommends using WMI these days.



----Original Message Follows---- 
From: "Joe Mozelesky" 
To: "'Jones, Larry'" 
CC: 
Subject: RE: [Mono-list] Databind to SQLServer 
Date: Thu, 22 May 2003 20:41:07 -0400 
...

You can also access SQLDMO with MSDE. Using SQLDMO you can replicate much of
the functionality of the Enterprise Manager. You can generate CREATE TABLE
scripts etc.