StoreHouse 5 supports importing data from PostgreSQL.
Install and configure PostgreSQL before configuring import from r_keeper 7.
To integrate with StoreHouse 5, make additional settings in the PostgreSQL driver:
Download x32/86-bit ODBC driver from the official site
Do not use the x64 bit ODBC driver. |
Run odbcad32.exe
On the User DSN tab, click Add. In the window that opens, configure a new data source:
Select PostgreSQL Unicode and click Finish
In the connection settings window, specify:
Data Source — any name of the created source
Database — the name of the created database in PostqreSQL
Server — the IP address of the PosgreSQL server
User Name — the name of the created database user
SSL Mode — allow encryption, leave Allow
Port — the connection port
Password — the password of the database user.
Click Test to test the created connection
Click OK, then Save.
Go to the System DSN tab and repeat the steps from step 3