代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/234831/14095952
bas module1.bas
Attribute VB_Name = "Module1"
Public cs As Connection
Public rstu As Recordset
Public ruser As Recordset
Public rbj As Recordset
Public rpwd As Recordset
Public Loged As Integer
Public i
www.eeworm.com/read/234076/14123248
cpp wsedesc.cpp
//
// WSEDesc.c -- WinSock error descriptions
//
#include
typedef struct tagWSAEDESCRIPTION
{
int iErrorCode;
char *szDescription;
}WSAEDESCRIPTION;
WSAEDESC
www.eeworm.com/read/234018/14125728
bas module1.bas
Attribute VB_Name = "Module1"
Public Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParamete
www.eeworm.com/read/233975/14126879
cs sqlhelper.cs
//===============================================================================
// This file is based on the Microsoft Data Access Application Block for .NET
// For more information please go to
www.eeworm.com/read/131532/14140224
java download.java
import java.io.*;
import java.net.*;
import java.util.*;
// This class downloads a file from a URL.
class Download extends Observable implements Runnable {
// Max size of download buffer.
www.eeworm.com/read/233424/14151476
c echoserver.c
/* echoServer.c - TCP echo server program */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01g,06nov97,mm added copyright.
01f,29Sep97,mm change
www.eeworm.com/read/233393/14156046
bas module1.bas
Attribute VB_Name = "Module1"
'执行TSQL函数
Public Function runtsql(ByVal tsql As String) As Boolean
Dim con As New ADODB.Connection
con.ConnectionString = "driver={SQL Server};server=.;uid=sa
www.eeworm.com/read/233350/14157400
c irnetd.c
/*
* Automatic PPP connection using irNET
*
* Luiz Magalhaes - HPL '00 (luiz_magalhaes@hp.com)
* Jean Tourrilhes - HPL '00
*
* this program is available under the GNU Publi
www.eeworm.com/read/130969/14165006
html oracle.sql.structdescriptor.html
Class oracle.sql.StructDescriptor