代码搜索:CNN
找到约 803 项符合「CNN」的源代码
代码结果 803
www.eeworm.com/read/493003/6403291
bas module1.bas
Attribute VB_Name = "connection"
Sub cnn()
On Error GoTo b
db.CursorLocation = adUseClient
db.Open "Provider=Microsoft Jet 4.0 OLE DB PROVIDER;Data source=" & App.Path & "\payroll.mdb" & _
";Jet
www.eeworm.com/read/403858/11508478
bas modfunction.bas
Attribute VB_Name = "ModFunction"
Option Explicit
Global g_DSN As String
Global SYS_Cnn As ADODB.Connection
Global g_Password As String
Global gMsgShow As Boolean
'INI变量
Global g_Database A
www.eeworm.com/read/336286/12454548
bas mdcnn.bas
Attribute VB_Name = "mdCnn"
Option Explicit
Public cnn As New ADODB.Connection '数据库连接
Public connStr As String
Public Declare Function ShellAbout Lib "shell32.dll" Alias "ShellAboutA" (ByVal hwn