搜索资源列表
a.rar
- JAVA访问数据库
封装ADO数据库访问的两个类
- 封装ADO数据库访问的两个类-Packaging ADO database access the two categories
如何访问局域网内的sql sever数据库
- 关于如何访问局域网内的sql sever数据库的例子-on how to access the LAN database sql sever example
tomcat4.1.31
- 使用tomcat4.1.31和mysql 配置数据源 原来都是通过编写一个数据库连接类的方式来访问数据库:-tomcat4.1.31 use mysql configuration and original data sources through a few prepared According to the category for connecting to database visit :
Fivefiles!
- 一共五个源代码文件,,分别实现哈希表遍历,,播放动画,,写文件,,带对话框的窗口和访问数据库!-a total of five source code files, respectively achieving hash table traversal, and broadcast animation, and writing paper. with the dialog window and access to the database!
Javajdbc-odbc
- Java通过jdbc-odbc桥访问数据库实例-Java through jdbc - odbc bridge access to the database example
289VBSQLcheliangguanlixitong
- 息设置等,基本模块的原代码,编写相应的功能实现模块 车辆管理系统属于信息管理系统的一个具体实现,主要涉及的是几个核心模块,即司机、车辆、运营、维修和交通事故管理模块的实现,这里主要包括一些空间的使用和数据库查询等。还有另外的一个重要模块是用于实现数据库打开连接、数据更新修改和数据库关闭等,该模块是为简化系统中各个模块普遍访问数据库中各种数据,在此,产生一个公用数据函数,用于执行各种数据库操作。数据库采用的是SQL SERVER 2000,因此,ActiveX 数据对象ADO成了数据库实现的关
SQLHelper_pro
- 微软写的数据访问类,可以提高访问数据库的 安全性和稳定性.-write Microsoft Data Access category, can increase the database's security and stability.
C#用ADO访问数据库
- C#用ADO访问数据库.rar-C# using ADO database. Rar
java
- jsp通过javabean访问数据库,可以执行查询,修改等操作
jdbc
- 关于JDBC访问数据库的详细课件介绍,对于初学J2EE的朋友很有帮助
Java_get_database_data
- java与mdb,一个简单的java访问数据库系统,数据库为access,其它数据库需改代码
基于ASP 的网上商品销售系统的设计与实现
- 基于ASP 的网上商品销售系统的设计与实现:分析了ASP 技术及ASP 与ADO 结合起来连接、访问数据库的方法,讨论了基于ASP 的网上商品,销售系统的设计及其实现问题.-ASP-based online marketing system design and implementation : analysis of the ASP and ASP and ADO combine connectivity, access to the database, the paper discusses
java_network
- 孙卫琴 java网络编程详解源代码 用到了以下软件: JDK:编译和运行本书所有Java程序必不开少。 ANT:本书用它来编译Java程序,它需要JDK的支持。 MerakMailServer:是一个邮件服务器程序。第2章(Socket用法详解)的2.6节的MailSender程序以及第14章(通过Java Mail API收发邮件)的邮件客户程序都需要访问邮件服务器。 MySQL:第12章(通过J
DB2JDBCbook
- JAVA的应用日益广泛,采用JAVA程序访问数据库需要通过JDBC驱动程序。根据JDBC规范,JDBC驱动程序分为四类:
Java访问数据库的速度瓶颈问题的分析及解决
- Java访问数据库的速度瓶颈问题的分析及解决-Java database visit the speed bottleneck analysis and solutions
javascript中访问数据库
- 在javascr ipt中访问数据库,这只是一个简单的例子,解压后可直接看效果
TestJdbc 测试JDBC访问数据库的测试程序
- 用于测试JDBC访问数据库的测试程序。希望对大家有所帮助。-It s the answer spoken by young and old, rich and poor, Democrat and Republican, black, white, Latino, Asian, Native American, gay, straight, disabled and not disabled — Americans who sent a message to the world that we
esql
- ESQL包 PostgreSQL jsp servlet javaBean 数据库访问 存取数据-queries the library database for the titles and ISBNs of all books in the library. The titles should be displayed to the user and the ISBNs may be used as form parameters. The JavaBean should be named
php访问本地数据库并在页面展现数据
- 通过php访问本地mysql数据库,然后通过javascr ipt、ajax获取数据在页面显示的一个功能虽简单、但流程俱全的程序。是初步学习php、javascr ipt访问数据库的非常好的程序。