I am trying to access from a Visual C ++ 2010 Express Postgres database. I have both on my machine, but SQL calls do not work at all. I searched a lot of sites. I think this Express version does not have default connections, such as the non-express version (especially Visual C ++ 2008).
The only thing I could find was the following link, and I am following the changes in the properties area of ββthe Visual C ++ Express project.
http://www.askyb.com/cpp/c-postgresql-example/
When I try to run C ++ code on this website, I get errors indicating that it cannot find the functions.
Do you have any idea what I'm doing wrong? Would it be better for me to use something other than Visual C ++ Express 2010 to connect to postgres db? One of the other versions of Express? Plain (non-express) Visual C ++?
thanks
source share