[Mono-list] Npgsql w/ VS

SooHyoung Oh shoh@compiler.kaist.ac.kr
Fri, 04 Feb 2005 10:22:42 +0900


There are files for MS in Npgsql/bin/ms/*.dll.

For example, you can compile like this:
csc /out:tst.exe /r:Npgsql.dll tst.cs


SigmaX 쓴 글:

> Heya;
> I have a 13-year-old friend who wants me to help him learn to connect 
> to a database in Visual Studio. He'll be writing an app that connects 
> to my PostgreSQL database.
> I'm fairly new to the .NET world... what do I do to get Npgsql into 
> Visual studio? Are there dlls from Mono I can just copy over or is it 
> more complicated?
> Thanx,
> SigmaX
>