i use linux as server with postgresql as database management system. i am trying to use vb to develop a program to due with the database. i have installed the odbc driver of postgresql.
then i use the data environment to connect to database. but every time i fail to conect the database. can someone tell me what is wrong.
here is the process
1.select properties of the connetion.
2.select the provider "microsoft OLE DB providers for ODBC Drivers"
3.Click next button to set up the connection.
4.choose the option of "use connetion string"
5.click on the build button
6.click new button on the pop up form "select data source"
7.select driver of postgresql driver
8.choose the path to save for the dsn
9.click 'next' and then 'finish'
10.pop up from ask to enter "missing information"
11.i input the database, server
12.then when i test the connection, one error message pop up "test connection failed because of an error in initialising provider %1"
Please, help me to solve this problems
then i use the data environment to connect to database. but every time i fail to conect the database. can someone tell me what is wrong.
here is the process
1.select properties of the connetion.
2.select the provider "microsoft OLE DB providers for ODBC Drivers"
3.Click next button to set up the connection.
4.choose the option of "use connetion string"
5.click on the build button
6.click new button on the pop up form "select data source"
7.select driver of postgresql driver
8.choose the path to save for the dsn
9.click 'next' and then 'finish'
10.pop up from ask to enter "missing information"
11.i input the database, server
12.then when i test the connection, one error message pop up "test connection failed because of an error in initialising provider %1"
Please, help me to solve this problems