代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/467257/7008588
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public con As ADODB.Connection
Public UserName As String
Public OldPassword As String
Public Right1 As String
Public ConnectionString As String
Glo
www.eeworm.com/read/467029/7014144
eng error.eng
0000:*** ERROR.DAT = Error Text File for PRODAVE S7 ***
00E1:too many open channels
00E9:sin_serv.exe not started
00CE:no hardware found
00CF:driver not loaded
00CA:no resources
00F1:no global
www.eeworm.com/read/467094/7015866
cs sqlhelper.cs
//*********************************************************************
// Microsoft Data Access Application Block for .NET
// http://msdn.microsoft.com/library/en-us/dnbda/html/daab-rm.asp
//
//
www.eeworm.com/read/466704/7031556
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public strusername As String '用户登录姓名
Public iflag As Integer
Public ichangeflag As Integer
Public strpublicsql As String
Public us
www.eeworm.com/read/466324/7033271
java exercise28_2server.java
// Exercise28_2Server.java
import java.io.*;
import java.net.*;
import java.util.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Exercise28_2Server extends JFrame {
www.eeworm.com/read/466448/7035155
bas module1.bas
Attribute VB_Name = "Module1"
Public temp, Str, BS As String
Public adoCon As New ADODB.Connection
Public adoRs As New ADODB.Recordset
Public Sub main()
adoCon.Open "Provider=MSDASQL.1;Persist Se
www.eeworm.com/read/465871/7047928
bas moduledatabase.bas
Attribute VB_Name = "Module1"
Option Explicit
Public strUserName As String '用户名称
Public iflag As Integer '是否连接成功标志
Public ichangeFlag As Integer