代码搜索:CNN
找到约 803 项符合「CNN」的源代码
代码结果 803
www.eeworm.com/read/263588/11353960
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/406898/11433151
bas module1.bas
Attribute VB_Name = "Module1"
'Public adoRs As New ADODB.Recordset
'Dim temp
'Function cnn() As ADODB.Connection
' Set cnn = New ADODB.Connection
' cnn.Open "Provider=SQLOLEDB.1;Persist Secur
www.eeworm.com/read/403105/11522374
cs 查看教师所带课程.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using Sys
www.eeworm.com/read/403105/11522387
cs default1.aspx.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
us
www.eeworm.com/read/347981/11620694
bas database.bas
Attribute VB_Name = "Database"
Public cnn As ADODB.Connection
Public Rs_Rate As ADODB.Recordset
Public RS_Password As ADODB.Recordset
Public rs As ADODB.Recordset
Public RS_Guest As ADODB.Records
www.eeworm.com/read/261188/11661180
bas module1.bas
Attribute VB_Name = "Module1"
Public PublicStr As String
Public Function cnn() As ADODB.Connection
Set cnn = New ADODB.Connection
cnn.Open "Provider=SQLOLEDB.1;Persist Security Info=False;User I
www.eeworm.com/read/259772/11765928
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func
www.eeworm.com/read/259770/11766140
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 7590
ClientLeft = 60
ClientTop = 450
ClientWidth = 7260
LinkTopic
www.eeworm.com/read/154640/11941046
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public Function cnn() As String '定义函数
'返回一个数据库连接
cnn = "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Data Source=CYGLXT"
End Func