代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/403856/11508506
bas module1.bas
Attribute VB_Name = "ModMain"
Option Explicit
Public fMain As frmMain
Public fSplash As frmSplash
Public gblQx As Boolean
Public gstrBH As String
Public gstrQX As String
Public db As Connection
www.eeworm.com/read/403829/11508949
bas ks.bas
Attribute VB_Name = "Module1"
Public userlevel As String
Public flag As Integer
Public num As Integer
Public condstr As String
Public recs As Integer
Public sel As Boolean
Public Function e
www.eeworm.com/read/402770/11528160
pcc ex58_oci8_proc.pcc
#include
#include
#include
#include
#include
#define OTL_ORA10G
#define OTL_ORA8_PROC // Indicate that OTL/OCI8 is combined with Pro*C/C+
www.eeworm.com/read/402537/11533613
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/348396/11596618
cs dbojbect.cs
using System;
using System.Data;
using System.Data.SqlClient;
namespace RWSB.Data
{
///
/// 基础数据类
///
public abstract class DbObject
{
private string connectio
www.eeworm.com/read/348108/11611818
cs ipin.cs
namespace dshow.Core
{
using System;
using System.Runtime.InteropServices;
// IPin interface
//
// The IPin interface represents a single, unidirectional
// connection point on a filter
www.eeworm.com/read/158460/11613334
bas salarymodule.bas
Attribute VB_Name = "Module1"
Public ResClose As Integer
Public ResOpen As Integer
Public RES As New Recordset
Public CHANGE As New Recordset
Public Comsalary As New ADODB.Connection
Sub main()
www.eeworm.com/read/261892/11617230
h ddksocket.h
// DDKSocket.h: interface for the CDDKSocket class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DDKSOCKET_H__9CB02237_FD74_4292_987A_BA0AB6CB65F2__I