Access to Linux PostgreSQL from XP

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Neathery
    New Member
    • Jan 2012
    • 1

    Access to Linux PostgreSQL from XP

    I used Microsoft Visual C++ .NET 2003 to write a simple C program to access a Linux based PostgreSQL server. I can access it using SSH and psql but not from my program using PQconnectdb() (on the same machine). I get the following error: libint-8.dll was not found. It does not appear to be on my machine at all and I have found no usefull information about what it is or where to get one.

    Thanks,

    Dave
    Last edited by Dave Neathery; Jan 9 '12, 04:48 PM. Reason: Clarify grammar.
Working...