MYSQL和JDBC连接驱动ODBC和JDBC连接驱动-MYSQL JDBC and ODBC drivers and link connecting JDBC Drivers 下载
|
JSQL连接驱动JSQL连接驱动JSQL连接驱动JSQL连接驱动JSQL连接驱动JSQL连接驱动-JSQL drive JSQL connecting link connecting drive JSQL drive JSQL drive JSQL link connecting link driver drives JSQL 下载
|
第5章 Java数据库编程 实例59 应用JDBC-ODBC桥 实例60 使用单独JDBC连接驱动程序 实例61 数据库基本操作 实例62 使用游标 实例63 使用事务 实例64 实现SQL语句的检索功能 实例65 SQL嵌套检索-Java Database Programming with JDBC example of 59-ODBC Bridge examples of the use of 60 separate JDBC Driver for example linking database basic operation of 61 examples of the use of the cursor 62 63 examples of the use of six examples Service 4 achieving SQL retrieval functions nested case 65 SQL retrieval 下载
|
python语言开发程序用到的连接任意一种数据库的odbc驱动程序。附带有使用例子。-python language development procedures used in the arbitrary linking a database odbc driver. With the use of examples. 下载
|
java数据库程序设计的基本实现,包括装载驱动程序的、建立连接、查询数据库-java database program designed to achieve the basic, including loading drivers, establishing connections and database inquiries 下载
|
Java 数据库连接Beanpackage GeneralJDBC import java.sql.* public class GeneralJDBC{ Connection conn Statement stmt ResultSet rs //构造方法:加载JDBD-ODBC驱动程序 public GeneralJDBC() { Connection conn = null Statement stmt = null ResultSet rs = null try{ Class.forName(-Java database connectivity Beanpackage GeneralJDBC import rows .* GeneralJDBC public class (Connection conn Statement stmt ResultSet rs / / Construction : loading JDBD-ODBC Driver public GeneralJDBC () (Connection conn = null Statement stmt = null ResultSet rs = null try (JDBC ( 下载
|
该示例说明包含三个文件: 1-数据库TEST 2-数据库驱动mm.mysql-2.0.4-bin.jar 3-数据库连接示例文件db.jsp 第一步:请把TEST导入您的数据库,如果是本机请把数据库TEST目录放到你的MYSQL/DATA/下 第二步:请把数据库驱动mm.mysql-2.0.4-bin.jar放到WEB-INF/LIB/目录下(如果是虚拟主机请放到您的虚拟主机根目录下WEB-INF/LIB/) 第三步:把db.jsp连接数据库文件放到您的具有可执行JSP的目录下,通过WEB执行.如果看到恭喜数据库连接成功字样那么恭喜您数据连接成功!^_^-example of the notes contain three documents : 1-database TEST 2-database-driven mm.mysql - 2.0.4 - bin.jar 3-database connection sample file db.jsp first step : Please TEST into your database, if this is Requests for database TEST Putting your MYSQL / DATA / second under : database-driven mm.mysql - 2.0.4 - bin.jar put WEB-INF/LIB / directory (if it is virtual mainframe please put your virtual server root directory WEB-INF/LIB /) Third step : put db.jsp connecting to the database into your document with a list of executable JSP, through the implementation of WEB. Congratulations to see if the database linking the words so successful congratulate your data connectivity success! ^ _ ^ 下载
|
一、设置数据源 如果设置数据源,不论是服务器是tomcat还是resin,都无需更改任何文件。 数据源设置步骤:(windows操作系统) 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置 设置完数据源以后,您只须把我们给您的文件中的classes文件下复制到 网站根目录的web-inf文件夹下面; 然后重启服务器即可-one, set up data sources If the installation of data sources, both servers are tomcat or resin, are not required to change any documents. Data Sources set up steps : (Windows) 1. Enter the "control panel" -- 下载
|