代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/311139/13634903
cs sqlhelper.cs
using System;
using System.Data;
using System.Xml;
using System.Data.SqlClient;
using System.Collections;
//该源码下载自www.51aspx.com(51aspx.com)
namespace JohnTree.Library
{
///
www.eeworm.com/read/310690/13646764
bas mdl_link.bas
Attribute VB_Name = "Mdl_Link"
Public PublicStr As String '定义公共变量用于ADO控件的数据连接,使程序模块化
Public sql As String '定义字符变量存储SQL语句
Public Tb As String '存储表名
Public Province As String '存储省份名称
Public
www.eeworm.com/read/310623/13648443
bas module1.bas
Attribute VB_Name = "Module1"
Public myCon As New ADODB.Connection
Public myRs As New ADODB.Recordset
Public strTiaoJian As String
Public deptno As String
Public XingMing As String
Public admin
www.eeworm.com/read/310623/13648573
bas module1.bas
Attribute VB_Name = "Module1"
Public myCon As New ADODB.Connection
Public myRs As New ADODB.Recordset
Public strTiaoJian As String
Public deptno As String
Public XingMing As String
Public admin
www.eeworm.com/read/309174/13680202
cs form3.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
www.eeworm.com/read/308909/13687690
txt readme.txt
//------------------------------------------------------------------------
// Readme.txt
//------------------------------------------------------------------------
This project stationery is desig
www.eeworm.com/read/308761/13693289
bas sharefunction.bas
Attribute VB_Name = "shareFunction"
Public con As Connection
Dim rst As Recordset
'在网络中查找 SQL 服务器,并将其赋给 frmLand.cmbSName
Public Function getSNameList() As Boolean
Dim errVSQL As Boolean
www.eeworm.com/read/308733/13694309
pod oldinterface.pod
=head1 NAME
FCGI - Fast CGI module
=head1 SYNOPSIS
use FCGI;
$count = 0;
while(FCGI::accept() >= 0) {
print("Content-type: text/html\r\n\r\n", ++$count);
}
=head1 DESCRIPTION
Fu
www.eeworm.com/read/307692/13717382
cs metadata.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data.SqlClient;
using System.Data;
namespace simular_data
www.eeworm.com/read/307616/13718682
cpp orderdetailsset.cpp
// OrderDetailsSet.cpp : implementation of the COrderDetailsSet class
//
#include "stdafx.h"
#include "DBSimpleUpdate.h"
#include "OrderDetailsSet.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#en