搜索资源列表
fenye
- 这个文档写出了web开发中常用的一种分页技术,其中包含了用于实现分页的SQL语句,Javascr ipt代码,jsp页面的代码,和jdbc的操作源码,另外还有相关的代码注释,帮助大家理解原理,特别适合提高基础的初学者-This document sets out the development of commonly used web page of a technology, which includes pages for the realization of the SQL stateme
SQLdatabaseJDBC
- connect to a SQL database with JDBC If you re interested in connecting your Java applications to standard SQL databases like Oracle, MySQL, SQL Server, and others, JDBC is the way. The combination of Java s JDBC and standard SQL makes a simple and
01JDBC(S)
- 一些关于javajdbbc的初步学习,共大家学习-JDBC: The Java Database Connectivity (JDBC) API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases – SQL databases and other tabular data sourc
JDBC_connection
- 常用的JDBC连接方法,包括有ms sql,mysql,oracle,等,方便使用者直接引用-Commonly used JDBC connection method, including ms sql, mysql, oracle, and so on, user-friendly direct reference
Database_-detail_code
- 在众多的计算机应用中,有一类重要的计算机应用,称为数据密集型应用,例如,管理信息系统、办公信息系统、银行信息系统、民航定票系统、情报检索系统等,这是最大的计算机应用领域,管理这种大量的、持久的、共享的数据需要数据库技术。 JDBC是Sun提供的一套数据库编程接口,由Java语言编写的类、界面组成。用JDBC编写的程序能够自动地将SQL语句传送给相应的数据库管理系统,而且通过使用JDBC,开发人员可以很方便地将SQL语句传送给几乎任何一种数据库。也就是说,开发人员可以不必写一个程序访问Orac
jdbc-jar
- jdbc连接关系SQL SERVER2005JDBC连接JAR包-jdbc connect Relations the SQL SERVER2005JDBC connection JAR package
yongJavalianjieSQL-Server2000shujuku
- 用Java连接SQL Server2000数据库 有多种方法,下面介绍其中最常用的两种(通过JDBC驱动连接数据库)。 -Using Java to connect SQL Server2000 database has a variety of methods, the most common of which are described below two (connecting to the database via JDBC driver).
BookManageSystem
- 这是一个功能比较完善的图书管理系统,用Visual Studio 2010编写。主要功能包括图书的查询、管理以及删除等操作。程序用JDBC连接SQL Server数据库,压缩包中用图书信息的数据库导入文件。-This is a fairly complete library management system, written using Visual Studio 2010. Key features include books queries, manage, and delete oper
Demo
- my sql链接Java小程序所使用的jdbc桥驱动程序(using this little program to test your connection with mysql,it`s simple and easy;you can bowser it on smartphone or just on website of very very great Pudn.com)
