Hello,
I'm currently running VC 6.1.8. I want to create a task that pulls data out of a Postgres DB.
I tried two different types of connections
1. using SQL Explorer and the connection guide in VC, this failed miserably. It would not connect no matter what I tried.
2. I used an ODBC connection and the 64 bit postgres odbc drivers. This allowed me to connect to the database by choosing the use existing data source in the connection wizard.
Once connected I tried to view the contents of multiple tables - this is the error that was returned: "Object reference not set to an instance of an object. UCQueryControl.UCQueryControl_Load"
Any help would be appreciated.
Thanks,
Paul