Postgres

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • raja11112222
    New Member
    • May 2007
    • 16

    #1

    Postgres

    Hi,
    I am new to PostGres,
    I created one database and two tables inside that database.
    I am using c++ to connect the Postgres table. Is there any solution to connect or reterive record without using libpq++.h

    Thanks
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Why are you not wanting to use that library?

    Well, you can google search libpqxx, maybe that will work.

    Comment

    Working...