This is a discussion on VB.Net with PostgreSQL within the pgsql Novice forums, part of the PostgreSQL category; --> Dear all, Was looking forward to use VB .NET in one of our project which is running successfully with ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear all, Was looking forward to use VB .NET in one of our project which is running successfully with PHP. Now after release of windows version of PostgreSQL we are looking forward to use VB .NET as frontend in windows enviornment. Please do suggestt relative links and its possibility -- With Best Regards, Vishal Kashyap. http://vishalkashyap.tk ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |
| |||
| On 12/14/05, Vishal Kashyap <vishalonlist@gmail.com> wrote: > Dear all, > > Was looking forward to use VB .NET in one of our project which is > running successfully with PHP. Now after release of windows version of > PostgreSQL we are looking forward to use VB .NET as frontend in > windows enviornment. > > Please do suggestt relative links and its possibility > > > -- > With Best Regards, > Vishal Kashyap. > http://vishalkashyap.tk > you may want to use the npgsql to connect (.Net data provider for pgsql)... it can be installed when you install the windows version of postgresql from the msi -- regards, Jaime Casanova (DBA: DataBase Aniquilator ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly |
| ||||
| What about native .NET ODBC connector? Has anyone tested which one is better, ODBC or NPgsql? Charles On 12/14/05, Jaime Casanova <systemguards@gmail.com> wrote: > > On 12/14/05, Vishal Kashyap <vishalonlist@gmail.com> wrote: > > Dear all, > > > > Was looking forward to use VB .NET in one of our project which is > > running successfully with PHP. Now after release of windows version of > > PostgreSQL we are looking forward to use VB .NET as frontend in > > windows enviornment. > > > > Please do suggestt relative links and its possibility > > > > > > -- > > With Best Regards, > > Vishal Kashyap. > > http://vishalkashyap.tk > > > > you may want to use the npgsql to connect (.Net data provider for > pgsql)... > it can be installed when you install the windows version of postgresql > from the msi > > -- > regards, > Jaime Casanova > (DBA: DataBase Aniquilator > > ---------------------------(end of broadcast)--------------------------- > TIP 1: if posting/reading through Usenet, please send an appropriate > subscribe-nomail command to majordomo@postgresql.org so that your > message can get through to the mailing list cleanly > |