[Mono-list] Is there any native database in Mono?

Gabriel Ibanez gabriel.ibanez at live.com
Wed Jul 18 18:31:04 UTC 2012


Hi there,

The better you can do is to go to mySQL. There's no emdeded database in Mono, like you can find in Python (SQLite). Use .net connector, downloading it from MySQL site and start working on ado.net 2.0 basis. Forget about the entity framework, it does not exist on Mono althouth you can give a change to Linq to SQL.

I also think you can query a MSSQL database including the Microsoft references by the manual way.

There is also a .net connector for SQLite (works great) and for PosgresSQL.

Cheers

/Gabriel

-----Original Message-----
From: RedHatIsBetter <edu.rm.85 at gmail.com>
Date: Tue, 17 Jul 2012 19:55:34 
To: <mono-list at lists.ximian.com>
Subject: [Mono-list] Is there any native database in Mono?


Hi, I'm new in the forum and Mono and I have a question about databases.

I've programmed something in Windows .Net technology and it have SQL Server
to develop applications.

I ask if exists any alternative implementation of SQL Server for Mono or I
have to use MySQL to develop applications for Mono.

If exists any native alternative to SQL Server, How to configure it in
MonoDevelop?



--
View this message in context: http://mono.1490590.n4.nabble.com/Is-there-any-native-database-in-Mono-tp4650447.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  Mono-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list


More information about the Mono-list mailing list