程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> C語言 >> 關於C語言 >> postgresql C/C++ API 接口,postgresqlapi接口

postgresql C/C++ API 接口,postgresqlapi接口

編輯:關於C語言

postgresql C/C++ API 接口,postgresqlapi接口


1,postgresql學習uri推薦

 

http://www.php100.com/manual/PostgreSQL8/

http://www.php100.com/manual/PostgreSQL8/reference.html

http://www.yiibai.com/html/postgresql/

[Note tips byRuiy,distinguish uri/url,service/server,There has a certain truth chillax!]

 

Friends all stunned ->lithe Ruiy the story;

 

2,PostgreSQL linux distributionV ins、簡單sql  Ruiy在此就不多言了,主要是在linux平台下 OSUser與PostgreSQL的用戶間對等映射關系;

3,PostgreSQL C/C++API簡單實踐之API簡單熟悉介紹

postgresql C/C++ API主要使用libpq* lib;

<一,>1,連接本地

    postgresql rui庫,rui用戶,321密碼,默認pgsql 5432端口,codeExample:

 2,compile and run;

 <二,>1,創建表

codeExample

 2,compile and run;

<三,>1,表中插入數據

codeExample

 2,compileCodeExample

 

 

 

end byRuiy;


什是C API?

API是其它的應用程序為程序員提供的編程接口,可以通過這些接口修改原應用程序的一些行為(可以通過API為原應用程序編寫插件),前面的C表示這些接口可以用C語言編寫的程序調用。
 

c/c++連接postgresql

可以使用PostgreSQL的C庫:libpg
PostgreSQL安裝包附帶

或者安裝PostgreSQL的ODBC驅動,通過ODBC標准函數連接PostgreSQL

如果使用C++/CLI,也可以使用ADO.NET等
 

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved