Sienna wrote: > > Hello, > > Currently I am fiddling around with different embedded databases on the > .NET platform (SQLite, SQLServerCE). But both are either not supported in > Mono or use a different API, which makes things very complicated. > Does anyone know an embedded database, which is easy to install (or does > not require installation at all), and allows SQL-style queries, that runs > on both .NET 2.0 and Mono without touching the code? > > Any pointers in the right directions are highly appreciated ;-) >
I'm just looking into mono right now, so I don't really know anything about it, but I use an embedded database called VistaDB, which is written entirely in managed code, so I would think it would have a decent chance of working with mono. Just thought I'd throw that out there. WATYF -- View this message in context: http://www.nabble.com/Embedded-Databases-in-.NET-Mono-tp21899885p21922391.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
