i want to convert my database to a PostgreSQL database, but so far have had no luck...
i've downloaded PostgreSQL 8.2, and 8.3 (and downloaded the seperate ODBC driver with 8.3), so both had ODBC installed...
i cant understand why i keep getting the following message when i try to convert the database:
- Code: Select all
Error connecting to the default PostgreSQL database:
999 - SQLSTATE = IM002
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified...
This could be because you have...
1. Entered the wrong user name/password/server name/port
2. Not started the PostgreSQL database server.
3. Not installed the PostgreSQL ODBC driver
Now i think i've done all three...at the moment PostgreSQL is installed on the same VM as PT, so the server name i left as localhost....the port was default 5432, and the default username was postgres....and i know im not typing the password wrong...
would PostgreSQL have to be installed on the host machine rather than within the VM? if so how would this alter the settings?
any suggestions? im in a bit of a rush to get things converted to PostgreSQL so any help would be greatly appreciated...