You have multitude of options.. 1)Use ecpg. Postgres hackers don't like it because every SQL statement is in a different transaction. 2)Use libpq/libpq++. Full control but you have to manage many things. 3)Use ODBC. Portable if you trust it but should be simple. Never tried myself.
You can get relevant info. from postgres docs. Shridhar Raghu Prasad wrote: > I have just intialized postgresql(mean to say > instantiated the db). > But the major problem i'm facing is i dont know how > to access the database form C language.. _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
