代码搜索:Connection

找到约 10,000 项符合「Connection」的源代码

代码结果 10,000
www.eeworm.com/read/118445/14871278

vb module1.vb

Module Module1 Public MyCnn As ADODB.Connection Public MyRs As ADODB.Recordset Public MyRs1 As ADODB.Recordset Public strCnn As String Public RecNo As Integer Public User
www.eeworm.com/read/118305/14876682

bpf libcom.bpf

//--------------------------------------------------------------------------- #include #pragma hdrstop USEUNIT("table.cpp"); USEUNIT("connection.cpp"); USEUNIT("cursor.cpp"); USEUNIT("
www.eeworm.com/read/219437/14881703

java btclient.java

/***************************************************************************** COPYRIGHT All rights reserved Sony Ericsson Mobile Communications AB 2005. The software is the copyrighted work of
www.eeworm.com/read/117808/14904079

txt 一个连接池的例子(来自jive)(1).txt

作者:sonymusic email: sonymusic@china.com 日期:2001-5-17 11:32:45 //文件:DbConnectionDefaultPool.java的第一部分 //请注意看里面注明的一处需要修改连接参数的地方 package com.qingtuo.db.pool; import java.sql.*; import java.uti
www.eeworm.com/read/218534/14915917

cpp tcpfactory.cpp

#include #include #include "tcpfactory.h" using namespace std; TcpFactory::TcpFactory() { listenSock = -1; } TcpFactory::~TcpFactory() { if(listenSock!=-1) i
www.eeworm.com/read/218331/14926278

readme-first

$Id: README-FIRST,v 1.1.1.1 2003/03/30 18:55:39 al-guest Exp $ ============================================================================= minicom-1.78-s + lrzsz-0.12.16 X, Y, Zmodem protocols + mod
www.eeworm.com/read/218086/14938497

cpp salary.cpp

// Salary.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "Salary.h" #include "SalaryDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE stat
www.eeworm.com/read/218011/14941263

java complexconstructorexample.java

import java.sql.*; public class ComplexConstructorExample { // if you have a database running, change these to work for your environment static String dbURL = "jdbc:mysql://localhost:3306/st
www.eeworm.com/read/218011/14941266

java simpleconstructorexample.java

import java.sql.*; public class SimpleConstructorExample { // if you have a database running, change these to work for your environment static String dbURL = "jdbc:mysql://localhost:3306/sto
www.eeworm.com/read/217962/14942202

bas module1.bas

Attribute VB_Name = "Module1" '这是一个公共模块,它存放的是用到的公共函数 Public userlevel As String '保存用户级别 Public flag As Integer '用作记录操作标记 Public Num As Integer '用于保存报名号 Public condstr As String