06-03-2020 02:57 AM
Dear Community I would like to add new features from a PostgreSQL database to an existing Smart Client project using the "Import Feature From Database" dialogue. Unfortunately, the database is not listening to the standard port 5432 but to 5436. Is there a way, to specify a different port? The dialogue window does not have such a field... Kind regards Christian
Solved! Go to Solution.
06-03-2020 06:34 AM
Hi Christian,
I've tried this way and it seems to work (although the preview connection string isn't correct):
User ID: <user>
Password: <password>
Data source: server_name;Port=54321
Initial Catalog: <database>
06-03-2020 06:45 AM
Hi Jan
Thank you very much for your hint, it works.
Kind regards
Christian