📄 dataenvironment1.dsr
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
ClientHeight = 9765
ClientLeft = 1080
ClientTop = 1500
ClientWidth = 10800
_ExtentX = 19050
_ExtentY = 17224
FolderFlags = 3
TypeLibGuid = "{A5DC9AF5-9235-11D1-B067-00DD01144174}"
TypeInfoGuid = "{A5DC9AF6-9235-11D1-B067-00DD01144174}"
TypeInfoCookie = 0
Version = 4
NumConnections = 1
BeginProperty Connection1
ConnectionName = "Connection1"
ConnDispId = 1001
SourceOfData = 3
ConnectionSource= "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=travaldb;Data Source=zhangwei"
Expanded = -1 'True
IsSQL = -1 'True
QuoteChar = 34
SeparatorChar = 46
EndProperty
NumRecordsets = 3
BeginProperty Recordset1
CommandName = "Command1"
CommDispId = 1002
RsDispId = 1005
CommandText = "dbo.旅游景点数据表"
ActiveConnectionName= "Connection1"
CommandType = 2
dbObjectType = 1
IsRSReturning = -1 'True
NumFields = 5
BeginProperty Field1
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "景点编号"
Caption = "景点编号"
EndProperty
BeginProperty Field2
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "景点名称"
Caption = "景点名称"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "景点介绍"
Caption = "景点介绍"
EndProperty
BeginProperty Field4
Precision = 23
Size = 16
Scale = 3
Type = 135
Name = "发出日期"
Caption = "发出日期"
EndProperty
BeginProperty Field5
Precision = 23
Size = 16
Scale = 3
Type = 135
Name = "结束日期"
Caption = "结束日期"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset2
CommandName = "Command2"
CommDispId = 1019
RsDispId = 1022
CommandText = "dbo.游客数据表"
ActiveConnectionName= "Connection1"
CommandType = 2
dbObjectType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 8
BeginProperty Field1
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "游客编号"
Caption = "游客编号"
EndProperty
BeginProperty Field2
Precision = 0
Size = 20
Scale = 0
Type = 200
Name = "游客姓名"
Caption = "游客姓名"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "工作单位"
Caption = "工作单位"
EndProperty
BeginProperty Field4
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "联系方式"
Caption = "联系方式"
EndProperty
BeginProperty Field5
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "景点编号"
Caption = "景点编号"
EndProperty
BeginProperty Field6
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "导游编号"
Caption = "导游编号"
EndProperty
BeginProperty Field7
Precision = 0
Size = 10
Scale = 0
Type = 129
Name = "年龄"
Caption = "年龄"
EndProperty
BeginProperty Field8
Precision = 0
Size = 10
Scale = 0
Type = 129
Name = "性别"
Caption = "性别"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset3
CommandName = "Command3"
CommDispId = 1023
RsDispId = 1026
CommandText = "dbo.导游数据表"
ActiveConnectionName= "Connection1"
CommandType = 2
dbObjectType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 6
BeginProperty Field1
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "导游编号"
Caption = "导游编号"
EndProperty
BeginProperty Field2
Precision = 0
Size = 20
Scale = 0
Type = 200
Name = "导游姓名"
Caption = "导游姓名"
EndProperty
BeginProperty Field3
Precision = 7
Size = 4
Scale = 0
Type = 4
Name = "景点编号"
Caption = "景点编号"
EndProperty
BeginProperty Field4
Precision = 0
Size = 10
Scale = 0
Type = 129
Name = "联系方式"
Caption = "联系方式"
EndProperty
BeginProperty Field5
Precision = 0
Size = 10
Scale = 0
Type = 129
Name = "年龄"
Caption = "年龄"
EndProperty
BeginProperty Field6
Precision = 0
Size = 10
Scale = 0
Type = 129
Name = "性别"
Caption = "性别"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
End
Attribute VB_Name = "DataEnvironment1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Connection1_InfoMessage(ByVal pError As ADODB.Error, adStatus As ADODB.EventStatusEnum, ByVal pConnection As ADODB.Connection)
End Sub
Private Sub DataEnvironment_Initialize()
End Sub
Private Sub rsCommand2_WillChangeField(ByVal cFields As Long, ByVal Fields As Variant, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
End Sub
Private Sub rsCommand3_WillChangeField(ByVal cFields As Long, ByVal Fields As Variant, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -