[Mono-list] ASP.NET with Databases (SQL Server0

Marco Canini marco.canini@fastwebnet.it
Fri, 19 Dec 2003 11:03:34 +0100


Kacy Meadows wrote:
> Hello. I have a website developed using ASP.NET and it also uses SQL 
> Server to connect to databases. I was wondering if Mono will allow the 
> database connectivity to still occur or if there are programs completely 
> separate from Mono that will help me to do so.
>  
> I am writing the website in VS.NET and am going to host it from a Linux 
> server so if I could get as much help as possible, that would be great.
>  
> Thank you so much.
>  
> Kacy

System.Data.SqlClient is the ADO.Net data provider for MS SQL Server, i 
guess you're using it in your site.
Well mono does have it, in the same namespace, so basically you don't 
have to change a line of your code.
That said yesterday I wasn't able to use it, but I think it was my problem.

MC