📄 dataenvironment1.dsr
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
ClientHeight = 5535
ClientLeft = 0
ClientTop = 0
ClientWidth = 3150
_ExtentX = 5556
_ExtentY = 9763
FolderFlags = 1
TypeLibGuid = "{7E6BADAF-526E-413A-B132-B738888AB39E}"
TypeInfoGuid = "{504AAD7B-1A89-4810-AA9B-B34977794F7F}"
TypeInfoCookie = 0
Version = 4
NumConnections = 1
BeginProperty Connection1
ConnectionName = "Connection1"
ConnDispId = 1001
SourceOfData = 3
ConnectionSource= "Provider=Microsoft.Jet.OLEDB.3.51;Persist Security Info=False;Data Source=C:\啤酒数据库\BEER.MDB"
Expanded = -1 'True
QuoteChar = 96
SeparatorChar = 46
EndProperty
NumRecordsets = 3
BeginProperty Recordset1
CommandName = "库存"
CommDispId = 1007
RsDispId = 1018
CommandText = "Select 商品.序列号,商品.价格,商品.名称,库存.数量 From 商品,库存 where 商品.序列号=库存.序列号"
ActiveConnectionName= "Connection1"
CommandType = 1
IsRSReturning = -1 'True
NumFields = 4
BeginProperty Field1
Precision = 0
Size = 10
Scale = 0
Type = 200
Name = "序列号"
Caption = "序列号"
EndProperty
BeginProperty Field2
Precision = 16
Size = 8
Scale = 0
Type = 5
Name = "价格"
Caption = "价格"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 200
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
BeginProperty Recordset2
CommandName = "销售"
CommDispId = 1019
RsDispId = 1060
CommandText = "Select 商品.序列号,商品.价格,商品.名称,销售.数量,销售.销货单位,销售.日期 From 商品,销售 where 商品.序列号=销售.序列号"
ActiveConnectionName= "Connection1"
CommandType = 1
IsRSReturning = -1 'True
NumFields = 6
BeginProperty Field1
Precision = 0
Size = 10
Scale = 0
Type = 200
Name = "序列号"
Caption = "序列号"
EndProperty
BeginProperty Field2
Precision = 16
Size = 8
Scale = 0
Type = 5
Name = "价格"
Caption = "价格"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "名称"
Caption = "名称"
EndProperty
BeginProperty Field4
Precision = 5
Size = 2
Scale = 0
Type = 2
Name = "数量"
Caption = "数量"
EndProperty
BeginProperty Field5
Precision = 0
Size = 10
Scale = 0
Type = 200
Name = "销货单位"
Caption = "销货单位"
EndProperty
BeginProperty Field6
Precision = 0
Size = 8
Scale = 0
Type = 7
Name = "日期"
Caption = "日期"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset3
CommandName = "商品"
CommDispId = 1063
RsDispId = 1068
CommandText = "商品"
ActiveConnectionName= "Connection1"
CommandType = 2
dbObjectType = 1
IsRSReturning = -1 'True
NumFields = 7
BeginProperty Field1
Precision = 0
Size = 10
Scale = 0
Type = 200
Name = "种类"
Caption = "种类"
EndProperty
BeginProperty Field2
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "名称"
Caption = "名称"
EndProperty
BeginProperty Field3
Precision = 0
Size = 10
Scale = 0
Type = 200
Name = "序列号"
Caption = "序列号"
EndProperty
BeginProperty Field4
Precision = 0
Size = 8
Scale = 0
Type = 7
Name = "出品日期"
Caption = "出品日期"
EndProperty
BeginProperty Field5
Precision = 16
Size = 8
Scale = 0
Type = 5
Name = "价格"
Caption = "价格"
EndProperty
BeginProperty Field6
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "产品介绍"
Caption = "产品介绍"
EndProperty
BeginProperty Field7
Precision = 0
Size = 1073741824
Scale = 0
Type = 201
Name = "图例"
Caption = "图例"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
End
Attribute VB_Name = "DataEnvironment1"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -