📄 dataenvironment1.dsr
字号:
VERSION 5.00
Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEvir
ClientHeight = 10020
ClientLeft = 0
ClientTop = 0
ClientWidth = 9615
_ExtentX = 16960
_ExtentY = 17674
FolderFlags = 7
TypeLibGuid = "{86D30027-E803-4A6B-BDEE-16CEF6CB89B5}"
TypeInfoGuid = "{3241F473-5AC3-422A-9FA9-C9039F72CC1D}"
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;User ID=sa;Initial Catalog=data;Data Source=."
Expanded = -1 'True
IsSQL = -1 'True
QuoteChar = 34
SeparatorChar = 46
EndProperty
NumRecordsets = 2
BeginProperty Recordset1
CommandName = "Command1"
CommDispId = 1002
RsDispId = 1011
CommandText = $"DataEnvironment1.dsx":0000
ActiveConnectionName= "Connection1"
CommandType = 1
IsRSReturning = -1 'True
NumFields = 5
BeginProperty Field1
Precision = 0
Size = 8
Scale = 0
Type = 129
Name = "DrugID"
Caption = "DrugID"
EndProperty
BeginProperty Field2
Precision = 10
Size = 4
Scale = 0
Type = 3
Name = "num"
Caption = "num"
EndProperty
BeginProperty Field3
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "Name"
Caption = "Name"
EndProperty
BeginProperty Field4
Precision = 0
Size = 4
Scale = 0
Type = 129
Name = "Unit"
Caption = "Unit"
EndProperty
BeginProperty Field5
Precision = 19
Size = 8
Scale = 0
Type = 6
Name = "total"
Caption = "total"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
BeginProperty Recordset2
CommandName = "Command2"
CommDispId = 1007
RsDispId = 1010
CommandText = "select top 1 * from SaleDBV order by SaleID desc"
ActiveConnectionName= "Connection1"
CommandType = 1
Expanded = -1 'True
IsRSReturning = -1 'True
NumFields = 7
BeginProperty Field1
Precision = 10
Size = 4
Scale = 0
Type = 3
Name = "SaleID"
Caption = "SaleID"
EndProperty
BeginProperty Field2
Precision = 0
Size = 8
Scale = 0
Type = 129
Name = "DrugID"
Caption = "DrugID"
EndProperty
BeginProperty Field3
Precision = 10
Size = 4
Scale = 0
Type = 3
Name = "SaleNum"
Caption = "SaleNum"
EndProperty
BeginProperty Field4
Precision = 0
Size = 8
Scale = 0
Type = 129
Name = "SaleDate"
Caption = "SaleDate"
EndProperty
BeginProperty Field5
Precision = 0
Size = 50
Scale = 0
Type = 200
Name = "Name"
Caption = "Name"
EndProperty
BeginProperty Field6
Precision = 0
Size = 4
Scale = 0
Type = 129
Name = "Unit"
Caption = "Unit"
EndProperty
BeginProperty Field7
Precision = 19
Size = 8
Scale = 0
Type = 6
Name = "StorePrice"
Caption = "StorePrice"
EndProperty
NumGroups = 0
ParamCount = 0
RelationCount = 0
AggregateCount = 0
EndProperty
End
Attribute VB_Name = "DataEvir"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub DataEnvironment_Initialize()
Connection1.ConnectionString = Constr
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -