Welcome![Sign In][Sign Up]
Location:
Search - 数据库连接

Search list

[JSP/JavaJSP数据库连接池的必要性

Description: 文件内容:JSP数据库连接池的必要性-contents of the documents : JSP database connection pool of necessity
Platform: | Size: 29696 | Author: 赵华 | Hits:

[SQL Serverdelphi+sql万能数据库连接示例

Description: delphi+sql万能数据库连接示例,自己初学delphi时写的,相信对入门学习delphi进行ADO连接SQL的朋友有些帮助-Universal Database Connection example, when a delphi himself had written, and I believe that the entry delphi study conducted ADO SQL help some friends
Platform: | Size: 650240 | Author: sydk | Hits:

[JSP使用JAVA中的动态代理实现数据库连接池

Description: 使用JAVA中的动态代理实现数据库连接池-use Java agents for the dynamic database connection pool
Platform: | Size: 29696 | Author: 唐财爷 | Hits:

[ADO-ODBC一种简单JDBC数据库连接池的实现

Description: 在java中使用一种简单JDBC数据库连接池的实现-Database Connection Pool for Java(Implement by JDBC)
Platform: | Size: 50176 | Author: 唐财爷 | Hits:

[Process-Thread数据库连接

Description: 本原代码是基于C语言的原程序。是用于一般的数据库的连接-primitive code is based on the C language of the original procedure. For general is the database connection
Platform: | Size: 2048 | Author: 侯雷刚 | Hits:

[ADO-ODBC数据库VC

Description: VC中数据库连接问题,希望对大家有点帮助 :-)-VC database connectivity problems, we hope to help a bit :-)
Platform: | Size: 235520 | Author: 李军 | Hits:

[ADO-ODBCvb-sql数据库连接例子

Description: 利用adodc进行数据库连接,使用了combo相关控件,适合初学者参考。-adodc use database connectivity, the use of a combo-related controls for advanced users.
Platform: | Size: 5120 | Author: 骥韬 | Hits:

[Windows Develop数据库连接类库实例

Description: 这是一个用c#编写的用C#实现数据库连接类库实例,可以看看的-this implementing database connecting with C# is written in c#,please take a look
Platform: | Size: 33792 | Author: 所担负 | Hits:

[ADO-ODBC数据库连接池实现一

Description: 数据库应用,在许多软件系统中经常用到,是开发中大型系统不可缺少的辅助。但如果对数据库资源没有很好地管理(如:没有及时回收数据库的游标(ResultSet)、Statement、连接 (Connection)等资源),往往会直接导致系统的稳定。这类不稳定因素,不单单由数据库或者系统本身一方引起,只有系统正式使用后,随着流量、用户的增加,才会逐步显露。 -database applications, in many software systems often used, is developing large systems indispensable aids. But if the right database resources are not well managed (eg : no timely recovery database cursor (ResultSet), the Statement connect (Connection), and other resources), will often lead directly to the stability of this system. Such factors of instability, not only by the database system itself or caused side, the official use only, as the flow of users increases, will gradually revealed.
Platform: | Size: 6144 | Author: 周拔皮 | Hits:

[SQL ServerVB与SQL数据库连接

Description: VB连接SQL数据库,只需修改参数就可随便连接,非常方便无须修改烦琐的代码。-VB to SQL databases, but only a modification of parameters can be arbitrarily connected, a very convenient no need to amend the code cumbersome.
Platform: | Size: 152576 | Author: 高飞 | Hits:

[ADO-ODBCJava 的JDBC 数据库连接池实现方法

Description: J2EE 程序员一般都有现成的应用服务器所带的JDBC 数据库连接池,不过对于开发一般的 Java Application 、 Applet 或者 JSP、velocity 时,我们可用的JDBC 数据库连接池并不多,并且一般性能都不好。我们可以自己写一个JDBC 数据库连接池。-J2EE programmers tend to have a ready-made application server release the JDBC database connection pool, but for the general development of the Java Application, applet or JSP, velocity, we can use JDBC database connection pool is not over, and generally not a good performance. We ourselves wrote a JDBC database connection pool.
Platform: | Size: 3072 | Author: 王文轩 | Hits:

[Windows DevelopDelphi三层数据库连接池

Description: DLL接口封装三层数据库(数据持久层),很不错的,对初学者很有帮助。-DLL interface Packaging three databases (data persistence layer), a very good, very useful for beginners.
Platform: | Size: 141312 | Author: nmg | Hits:

[CSharp数据库DB类。绝对实用

Description: C#中的数据库连接类,数据库DB类。绝对实用-C# Database Connection category, DB database category. Absolutely practical
Platform: | Size: 2048 | Author: 9669 | Hits:

[SQL Server数据库连接的两种方法

Description: 这里采用了两种连接数据库的方法,通过ADO控件连接SQL Server数据库 对所连接的数据库进行数据的修改、添加、删除等操作 -here used two methods to connect to the database through ADO connectivity to the SQL Server database by connecting to the database data changes, add, delete, etc
Platform: | Size: 8192 | Author: 周腾裕 | Hits:

[JSP/Java数据库连接

Description: 数据库连接 DBC连接数据库 ?创建一个以JDBC连接数据库的程序,包含7个步骤: 1、加载JDBC驱动程序: 在连接数据库之前,首先要加载想要连接的数据库的驱动到JVM(Java虚拟机), 这通过java.lang.Class类的静态方法forName(String className)实现。 例如: try{ //加载MySql的驱动类 Class.forName("com.mysql.jdbc.Driver") ; }catch(ClassNotFoundException e){ System.out.println("找不到驱动程序类 ,加载驱动失败!"); e.printStackTrace() ; } 成功加载后,会将Driver类的实例注册到DriverManager类中。(Test.java Student.java MyFrame.java)
Platform: | Size: 4096 | Author: tm123 | Hits:

[OtherADO数据库连接

Description: vc 实现简单数据库连接实例,适合初学者学习练习(VC implementation of simple database connection examples, suitable for beginners to learn exercise)
Platform: | Size: 120832 | Author: 孙小俊 | Hits:

[ADO-ODBC通用数据库连接

Description: 通用的数据库连接代码,初学都需要的东西!!!!(Generic database connection code)
Platform: | Size: 596992 | Author: happysauce | Hits:

[Other数据库连接

Description: 示范怎么在C#中,用VS2010连接到数据库。。(How do you connect to a database in C#?)
Platform: | Size: 44032 | Author: 卡夫特 | Hits:

[JSP/Java数据库连接池

Description: 基于c3p0,dbcp,bonecp等数据库连接池的连接实现,实现多个数据库连接池的相互替换(Based on c3p0, DBCP, bonecp and other database connection pool implementation, to achieve mutual replacement of multiple database connection pool)
Platform: | Size: 11264 | Author: 特朗普X | Hits:

[JSP/Javac3p0数据库连接池实现原理笔记

Description: 基于MySQL数据库的c3p0数据库连接池原理笔记 整理(The Principle notes of c3p0 database connection pool)
Platform: | Size: 2852864 | Author: 口袋有糖 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net