⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 postgresql-howto-10.html

📁 Linux初学者最好的老师就是howto了。相当于函数man。
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><HTML><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"> <META NAME="GENERATOR" CONTENT="ZH-SGML-Tools 1.0.9"> <TITLE> Linux 的 Database-SQL-RDBMS HOW-TO 文件 (PostgreSQL 物件关联资料库系统): PostgreSQL 的介面驱动程式</TITLE> <LINK HREF="PostgreSQL-HOWTO-11.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-11.html" REL=next> <LINK HREF="PostgreSQL-HOWTO-9.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-9.html" REL=previous> <LINK HREF="PostgreSQL-HOWTO.html#toc10" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO.html#toc10" REL=contents><SCRIPT src="menu.js"> function BeginPage() {} function EndPage() {} </SCRIPT> </HEAD> <BODY bgcolor=#FFFFFF MARGINHEIGHT=0 MARGINWIDTH=0> <A HREF="PostgreSQL-HOWTO-11.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-11.html"><IMG SRC="next.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/next.gif" ALT="Next"></A><A HREF="PostgreSQL-HOWTO-9.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-9.html"><IMG SRC="prev.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/prev.gif" ALT="Previous"></A><A HREF="PostgreSQL-HOWTO.html#toc10" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO.html#toc10"><IMG SRC="toc.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/toc.gif" ALT="Contents"></A><HR><H2><A NAME="s10">10. PostgreSQL 的界面驱动程序</A></H2><P><H2><A NAME="ss10.1">10.1 PostgreSQL 的 ODBC 驱动程序</A></H2><P>ODBC 代表‘Open DataBase Connectivity’。它是从不同厂商不同资料库存取资料的流行界面。使用 ODBC 驱动程序写成的软件保证可和不同资料库,如 PostgreSQL、Oracle、Sybase 和 Informix 等合作。<P><UL><LI> PostODBC 已经包括在 PostgreSQL 的散布中。请到主网站 <A HREF="javascript:if(confirm('http://www.postgresql.org/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.postgresql.org/'" tppabs="http://www.postgresql.org/">http://www.postgresql.org</A>. 它也包括在 PostgreSQL 光碟中。</LI><LI> <A HREF="javascript:if(confirm('http://www.openlinksw.com/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.openlinksw.com/'" tppabs="http://www.openlinksw.com/">http://www.openlinksw.com</A> Open Link Software Corporation 售卖 PostgreSQL 和其他资料库的 ODBC 驱动程序。她也送出免费的 ODBC (名额有限)。</LI><LI> PostgreSQL 的 Insight ODBC <A HREF="javascript:if(confirm('http://www.insightdist.com/psqlodbc  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.insightdist.com/psqlodbc'" tppabs="http://www.insightdist.com/psqlodbc">http://www.insightdist.com/psqlodbc</A> 这是 PostODBC 的官方网站。</LI></UL><P>这是一个名为 FreeODBC Pack Package 的计划。目前仍没 PostgreSQL 版本,也许你能帮助。<UL><LI> <A HREF="javascript:if(confirm('http://www.ids.net/~bjepson/freeODBC/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.ids.net/~bjepson/freeODBC/'" tppabs="http://www.ids.net/~bjepson/freeODBC/">http://www.ids.net/~bjepson/freeODBC/</A> 这是一个免费的 ODBC。</LI></UL><H2><A NAME="ss10.2">10.2 PostgreSQL 的 UDBC 驱动程序</A></H2><P>UDBC 是 一种独立于驱动程序管理员 (driver managers) 和 DLL 支持的静态 ODBC 版本,用来直接把资料库连接能力嵌入到应用软件中。<UL><LI> <A HREF="javascript:if(confirm('http://www.openlinksw.com/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.openlinksw.com/'" tppabs="http://www.openlinksw.com/">http://www.openlinksw.com</A> Open Link Software Corporation 出售 PostgreSQL 和其他资料库的 UDBC 驱动程序。Open Link 也送出免费的 UDBC (名额有限)。</LI></UL><H2><A NAME="ss10.3">10.3 PostgreSQL 的 JDBC 驱动程序</A></H2><P>JDBC 代表‘Java DataBase Connectivity’。Java 是一种升阳 (Sun Microsystems) 所开发的独立于平台的程序语言。Java 程序设计师被鼓励使用 JDBC 来撰写资料库程序,以增强程序在不同资料库,如 PostgreSQL、Oracle、Informix 等之间的移植能力。如果你写 Java 程序,你可在以下网站取得 PostgreSQL 的 JDBC 驱动程序。<P>JDBC 驱动程序已包括括在 PostgreSQL 散布中。<P><UL><LI> <A HREF="javascript:if(confirm('http://www.demon.co.uk/finder/postgres/index.html  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.demon.co.uk/finder/postgres/index.html'" tppabs="http://www.demon.co.uk/finder/postgres/index.html">http://www.demon.co.uk/finder/postgres/index.html</A> 升阳的 PostgreSQL 连接</LI><LI> <A HREF="javascript:if(confirm('ftp://ftp.ai.mit.edu/people/rst/rst-jdbc.tar.gz  \n\nThis file was not retrieved by Teleport Pro, because it did not meet the project\'s file type specifications.  \n\nDo you want to open it from the server?'))window.location='ftp://ftp.ai.mit.edu/people/rst/rst-jdbc.tar.gz'" tppabs="ftp://ftp.ai.mit.edu/people/rst/rst-jdbc.tar.gz">ftp://ftp.ai.mit.edu/people/rst/rst-jdbc.tar.gz</A></LI><LI> <A HREF="javascript:if(confirm('http://www.openlinksw.com/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.openlinksw.com/'" tppabs="http://www.openlinksw.com/">http://www.openlinksw.com</A> Open Link Software Corporation 出售 PostgreSQL 和其他资料库的 JDBC 驱动程序。Open Link 也送出免费的 JDBC (名额有限)。</LI><LI> JDBC 英国网站 <A HREF="javascript:if(confirm('http://www.retep.org.uk/postgres  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.retep.org.uk/postgres'" tppabs="http://www.retep.org.uk/postgres">http://www.retep.org.uk/postgres</A></LI><LI> JDBC FAQ 网站 <A HREF="javascript:if(confirm('http://eagle.eku.edu/tools/jdbc/faq.html  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://eagle.eku.edu/tools/jdbc/faq.html'" tppabs="http://eagle.eku.edu/tools/jdbc/faq.html">http://eagle.eku.edu/tools/jdbc/faq.html</A></LI></UL><P>JDBC 的网页、导引和 FAQ 在∶<UL><LI> JDBC HOME <A HREF="javascript:if(confirm('http://splash.javasoft.com/jdbc  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://splash.javasoft.com/jdbc'" tppabs="http://splash.javasoft.com/jdbc">http://splash.javasoft.com/jdbc</A></LI><LI> JDBC guide <A HREF="javascript:if(confirm('http://www.javasoft.com/products/jdk/1.1/docs/guide/jdbc  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.javasoft.com/products/jdk/1.1/docs/guide/jdbc'" tppabs="http://www.javasoft.com/products/jdk/1.1/docs/guide/jdbc">http://www.javasoft.com/products/jdk/1.1/docs/guide/jdbc</A></LI><LI> JDBC FAQ <A HREF="javascript:if(confirm('http://javanese.yoyoweb.com/JDBC/FAQ.txt  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://javanese.yoyoweb.com/JDBC/FAQ.txt'" tppabs="http://javanese.yoyoweb.com/JDBC/FAQ.txt">http://javanese.yoyoweb.com/JDBC/FAQ.txt</A></LI></UL><H2><A NAME="ss10.4">10.4 PostgreSQL 的 Java</A></H2><P>Java 程序设计师会觉得这些对他们很有用。<UL><LI> <A HREF="javascript:if(confirm('ftp://ftp.redhat.com/pub/contrib/i386  \n\nThis file was not retrieved by Teleport Pro, because it did not meet the project\'s file type specifications.  \n\nDo you want to open it from the server?'))window.location='ftp://ftp.redhat.com/pub/contrib/i386'" tppabs="ftp://ftp.redhat.com/pub/contrib/i386">ftp://ftp.redhat.com/pub/contrib/i386</A> 看 postgresql-jdbc-*.rpm</LI><LI> <A HREF="javascript:if(confirm('http://www.blackdown.org/  \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address.  \n\nDo you want to open it from the server?'))window.location='http://www.blackdown.org/'" tppabs="http://www.blackdown.org/">http://www.blackdown.org</A></LI></UL><HR><A HREF="PostgreSQL-HOWTO-11.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-11.html"><IMG SRC="next.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/next.gif" ALT="Next"></A><A HREF="PostgreSQL-HOWTO-9.html" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO-9.html"><IMG SRC="prev.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/prev.gif" ALT="Previous"></A><A HREF="PostgreSQL-HOWTO.html#toc10" tppabs="http://www.linux.org.tw/CLDP/gb/PostgreSQL-HOWTO.html#toc10"><IMG SRC="toc.gif" tppabs="http://www.linux.org.tw/CLDP/gb/img/toc.gif" ALT="Contents"></A>  </BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -