📄 dataenvironment2.dsr
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment2
ClientHeight = 4815
ClientLeft = 0
ClientTop = 0
ClientWidth = 7785
_ExtentX = 13732
_ExtentY = 8493
FolderFlags = 1
TypeLibGuid = "{EECE5C20-89C7-45B2-BED2-4AE7A658C31C}"
TypeInfoGuid = "{B47730B0-D69B-4FEA-BEE5-36AA9202487F}"
TypeInfoCookie = 0
Version = 4
NumConnections = 1
BeginProperty Connection1
ConnectionName = "Connection1"
ConnDispId = 1001
SourceOfData = 3
ConnectionSource= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=stud05.mdb;Persist Security Info=False"
Expanded = -1 'True
QuoteChar = 96
SeparatorChar = 46
EndProperty
NumRecordsets = 1
BeginProperty Recordset1
CommandName = "Command1"
CommDispId = 1006
RsDispId = 1009
CommandText = "select 学籍.学号,姓名,课程,分数 From 学籍,成绩 where 学籍.学号=成绩.学号 "
ActiveConnectionName= "Connection1"
CommandType = 1
GroupingName = "Command1_分组"
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 4
BeginProperty Field1
Precision = 0
Size = 16
Scale = 0
Type = 202
Name = "学号"
Caption = "学号"
EndProperty
BeginProperty Field2
Precision = 0
Size = 10
Scale = 0
Type = 202
Name = "姓名"
Caption = "姓名"
EndProperty
BeginProperty Field3
Precision = 0
Size = 20
Scale = 0
Type = 202
Name = "课程"
Caption = "课程"
EndProperty
BeginProperty Field4
Precision = 5
Size = 2
Scale = 0
Type = 2
Name = "分数"
Caption = "分数"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
End
Attribute VB_Name = "DataEnvironment2"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Option Explicit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -