[Mono-list] SMO with Mono

Atsushi Eno atsushi at ximian.com
Tue May 27 04:26:31 EDT 2008


No, it isn't possible (we don't have Microsoft.SqlServer.Smo.dll).

Atsushi Eno

kmt wrote:
> Hello,
> 
> I have a C# program that extracts SQL objects from an MS SQL Server 2005
> database.  I'd like to be able to run (and possibly rebuild) that on Linux. 
> I'm using the following:
> 
> using System;
> using System.IO;
> using System.Collections.Generic;
> using System.Collections.Specialized;
> using System.Text;
> using System.Data.SqlClient;
> using System.ComponentModel;
> using System.Collections;
> using Microsoft.SqlServer.Management.Smo;
> using Microsoft.SqlServer.Management.Common;
> 
> Would it be possible to use Mono for my purpose?
> 
> Thanks,
> kmt



More information about the Mono-list mailing list