代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/153843/12002745
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is design
www.eeworm.com/read/256358/12004734
java dbconn.java
package connection;
import java.io.Serializable;
import java.sql.*;
public class DbConn implements java.io.Serializable //串行化单个连接类
{
private Connection conn = null;//数据库连接对象conn
private b
www.eeworm.com/read/342413/12022806
bas module1.bas
Attribute VB_Name = "Module1"
Public adoCon As New ADODB.Connection
Public adoRs As New ADODB.Recordset
Public Sub main()
Dim temp As String
temp = "DSN=NBooks"
adoCon.Open (temp)
E
www.eeworm.com/read/153243/12049621
html odbc2.html
ODBC Programming Tutorial: Connecting to the Data Source
www.eeworm.com/read/341974/12050283
html 00194.html
18.11.4 Instantiation using implicit .* port connections
www.eeworm.com/read/341974/12051817
html 00193.html
18.11.3 Instantiation using implicit .name port connections
www.eeworm.com/read/255813/12055782
java dbclass.java
/**
* 该类为网上书店操作数据库的公用类
* 用于数据库连接、查询和更新等操作
*/
package bean;
import java.io.*;
import java.util.*;
import java.sql.*;
public class DBClass
{
private String driver;
private String
www.eeworm.com/read/153124/12056807
java btclient.java
/*****************************************************************************
COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2005.
The software is the copyrighted work of
www.eeworm.com/read/153120/12058045
bas mdlpublic.bas
Attribute VB_Name = "mdlPublic"
'--------------------------------
'时间:2001.11.12
'版权:北京用友软件股份有限公司
'设计:章景峰
'编码:章景峰
'说明:U8资金管理---数据对象
'--------------------------------
Option Explicit
Public