Hi, i want to query some postgreSQL tables in C program, could anybody tell me whether there is such an interface between postgreSQL and C ? thanks in advance. --jun __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/
At 07:20 PM 3/7/01 -0800, jun liu wrote: >Hi, > >i want to query some postgreSQL tables in C program, >could anybody tell me whether there is such an >interface between postgreSQL and C ? yes, there are several interfaces: libpq is a call level interface. libpqeasy is a simplified version of the call level interface (on error, terminate program). ecpg is the embedded sql C interface libpq++ is the interface for C++. there is documentation about these kicking about. some documentation is also available in Bruce Momjian's book, PostgreSQL Interduction and concepts. jr
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера