> Hi, > > Does anyone successfully use a .Net Data provider for Postgresql? I was > able to find two of them: > > - npsgsql open-source driver Npgsql is very good. Francisco on the mailing lists is very helpful. However you may have to watch timezone issues when using .net. All timestamps are converted into the local time of the computer querying the database (seems to be a .Net System.DateTime limitation rather than anything else). Hope it goes well. Joe Healy ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend