代码搜索:Connection
找到约 10,000 项符合「Connection」的源代码
代码结果 10,000
www.eeworm.com/read/207934/10246924
dfm data.dfm
object DataM: TDataM
OldCreateOrder = False
OnCreate = DataModuleCreate
OnDestroy = DataModuleDestroy
Left = 276
Top = 438
Height = 133
Width = 470
object AdoConnection: TADOCo
www.eeworm.com/read/426415/10253257
bas mod1.bas
Attribute VB_Name = "Mod1"
Public adoCon As New ADODB.Connection
Public adoRs As New ADODB.Recordset
Public Sub main()
adoCon.Open "Provider=MSDASQL.1;Persist Security Info=False;User ID=sa;Dat