Getting error while connecting to Postgres database via Dev-c++

I am trying to get connected to Postgres database via Dev-c++ (Windows application and not console) for executing queries, but I am continuously getting errors.
I tried the process stated in this link: http://www.tutorialspoint.com/postgresql/postgresql_c_cpp.htm but getting error ‘[Error] pqxx/binarystring: No such file or directory Compilation Terminated’

I want to connect to the database using the user’s name and password and fetch table results in a window (This window is also created using Dev-c++).
Can anyone help?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.