- 浏览: 128115 次
- 性别:
- 来自: 济南
最新评论
-
bettersun:
我用的是Ubuntu16.04,实际应用的时候稍微和文中说的 ...
转:错误:找不到或无法加载主类的问题解决-Ubuntu15.04下的JAVA路 -
justin18:
分享了~~~
無法存取 IIS Metabase(转)
文章列表
用<button>实现
<button style="text-align:center;vertical-align:middle;width:100;height:20">huerreson</button>
- 2009-11-26 15:05
- 浏览 5828
- 评论(0)
PostGre SQL数据库操作函数
本文出自 “yoonix.51cto.com
” 博客,请务必保留此出处http://282460.blog.51cto.com/272460/53827
1.连接数据库
int pg_connect(string host,string port,string options,string tty,string dbname);可以自动关闭。
pg_pconnect(参数同上);建立持久连接,但是不能关闭(被pg_close())。
2.关闭连接 bool pg_close(int connection );
3.执行查询 ...
原文链接:http://hi.baidu.com/antuar_zhang/blog/item/f5c08b8274947cbb6c81198b.html
2008-03-04 23:29
其实虽曰“全攻略”,但也是只在我的电脑上测试通过。若有疑问,大家可以留言一起讨论;若有错误,还望指正。
综合的网上很多文章中提出的 ...
- 2009-11-11 17:44
- 浏览 1756
- 评论(0)