My company just change Operation System for all computer (from Win 98 to Win XP), so now I need to change my database for VB.net application from SQL server to postgreSql.
The question is, can I use postgreSql with VB.net?
Thanks for your help.
Printable View
My company just change Operation System for all computer (from Win 98 to Win XP), so now I need to change my database for VB.net application from SQL server to postgreSql.
The question is, can I use postgreSql with VB.net?
Thanks for your help.
If postgreSQL has OLEDB or ODBC drivers, then yes it should work. Preferably look for OLE support.
Thanks, now i try MySql, i think it's more easy.