Since you use MSDE, I assume that you've got a client/server application. If you want to keep on MSDE, you might want to continue to run MSDE on a windows server. On your Mac, you would run the client application, which accesses the MSDE on the windows server with the native database provider for SQL Server.
--> If database server can be a separate machine, you only need to take care a little bit (e.g. Windows Forms) for your client application. -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Rafael Teixeira Gesendet: Dienstag, 10. April 2007 15:48 An: Anand S Cc: [email protected] Betreff: Re: [mono-vb] Regarding .NET application in MAC OS using Mono -Need Support!! I don't think you have MSDE for the Mac, so you'll need to adapt your app to use some other supported database that can work on MacOS (SQLite looks like a good candidate for your needs). On 4/6/07, Anand S <[EMAIL PROTECTED]> wrote: > Hello, > > I have developed a Windows Application in .NET. I want that to be > installed in a system with MAC OS. I found that Mono is a software > that does this. In my project, i involve MSDE database, some registry > operations[read registry keys etc:-] This works fine with Windows > operating system. I want to know whether my .NET application will work > exactly as that runs in windows. > Kindly reply me at the earliest. Thanks in advance. > > Thanks, > Anand.S > > > > ______________________________________________________________________ > ______________ > The fish are biting. > Get more visitors on your site using Yahoo! Search Marketing. > http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb > -- Rafael "Monoman" Teixeira --------------------------------------- "The reasonable man adapts himself to the world; the unreasonable one persists in trying to adapt the world to himself. Therefore all progress depends on the unreasonable man." George Bernard Shaw _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
