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 <[email protected]>
Date: Tue, 17 Jul 2012 19:55:34 
To: <[email protected]>
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  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to