[Mono-list] SMO with Mono

kmt kmt at ftml.net
Tue May 20 19:25:38 EDT 2008


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
-- 
View this message in context: http://www.nabble.com/SMO-with-Mono-tp17353094p17353094.html
Sent from the Mono - General mailing list archive at Nabble.com.



More information about the Mono-list mailing list