[Mono-aspnet-list] sqlite questions?

william leader william.leader at gmail.com
Tue Nov 3 03:35:50 EST 2009


I would suggest you consider using another database altogether. SQLite
is meant to interface with c and c++ programs, neither of which is a
language mono supports. Most asp.net applications are developed for
Microsoft SQL server or MySQL server depending on where the developer
wants the asp.net application to be run. Personally I would suggest
MySQL as it has good support for ASP.net features like membership and
role providers. Additionally the MySQL server can be run on a range of
operating systems such as Windows and Linux. The MySQL libraries that
allow .net languages such as C# to easily communicate with the MySQL
server are known to work in both Microsoft and Mono environments. As a
plus the community version of MySQL can be had for no cost, or if you
need business support a commercial version is also available.

-Will

On Tue, Nov 3, 2009 at 5:01 AM, Dale E. Moore <daleemoore at gmail.com> wrote:
> Is this a good place to ask questions about sqlite? Can somebody please tell
> me where to go;)
>
> Has everybody (or anybody) worked with monodevelop to put together an
> asp.net application that uses an sqlite database that they then put into
> production?
>
> hello, hello, hello ... is there anybody out there?
>
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>
>


More information about the Mono-aspnet-list mailing list