home *** CD-ROM | disk | FTP | other *** search
Visual Basic Active Designer file | 1998-06-11 | 9.8 KB | 305 lines |
- VERSION 5.00
- Begin {C0E45035-5775-11D0-B388-00A0C9055D8E} DataEnvironment1
- ClientHeight = 5730
- ClientLeft = 0
- ClientTop = 0
- ClientWidth = 5310
- _ExtentX = 9366
- _ExtentY = 10107
- FolderFlags = 1
- TypeLibGuid = "{A2203BF1-0153-11D2-AEFC-86275D09263A}"
- TypeInfoGuid = "{A2203BF2-0153-11D2-AEFC-86275D09263A}"
- TypeInfoCookie = 0
- Version = 4
- NumConnections = 1
- BeginProperty Connection1
- ConnectionName = "Connection1"
- ConnDispId = 1001
- SourceOfData = 3
- ConnectionSource= "Provider=MSDASQL.1;Persist Security Info=False;Data Source=NWIND"
- Expanded = -1 'True
- QuoteChar = 96
- SeparatorChar = 46
- EndProperty
- NumRecordsets = 4
- BeginProperty Recordset1
- CommandName = "Customers"
- CommDispId = 1002
- RsDispId = 1007
- CommandText = "Customers"
- ActiveConnectionName= "Connection1"
- CommandType = 2
- dbObjectType = 1
- IsRSReturning = -1 'True
- NumFields = 11
- BeginProperty Field1
- Precision = 0
- Size = 5
- Scale = 0
- Type = 200
- Name = "CustomerID"
- Caption = "CustomerID"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 40
- Scale = 0
- Type = 200
- Name = "CompanyName"
- Caption = "CompanyName"
- EndProperty
- BeginProperty Field3
- Precision = 0
- Size = 30
- Scale = 0
- Type = 200
- Name = "ContactName"
- Caption = "ContactName"
- EndProperty
- BeginProperty Field4
- Precision = 0
- Size = 30
- Scale = 0
- Type = 200
- Name = "ContactTitle"
- Caption = "ContactTitle"
- EndProperty
- BeginProperty Field5
- Precision = 0
- Size = 60
- Scale = 0
- Type = 200
- Name = "Address"
- Caption = "Address"
- EndProperty
- BeginProperty Field6
- Precision = 0
- Size = 15
- Scale = 0
- Type = 200
- Name = "City"
- Caption = "City"
- EndProperty
- BeginProperty Field7
- Precision = 0
- Size = 15
- Scale = 0
- Type = 200
- Name = "Region"
- Caption = "Region"
- EndProperty
- BeginProperty Field8
- Precision = 0
- Size = 10
- Scale = 0
- Type = 200
- Name = "PostalCode"
- Caption = "PostalCode"
- EndProperty
- BeginProperty Field9
- Precision = 0
- Size = 15
- Scale = 0
- Type = 200
- Name = "Country"
- Caption = "Country"
- EndProperty
- BeginProperty Field10
- Precision = 0
- Size = 24
- Scale = 0
- Type = 200
- Name = "Phone"
- Caption = "Phone"
- EndProperty
- BeginProperty Field11
- Precision = 0
- Size = 24
- Scale = 0
- Type = 200
- Name = "Fax"
- Caption = "Fax"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- BeginProperty Recordset2
- CommandName = "OrderInfo"
- CommDispId = 1008
- RsDispId = 1014
- CommandText = $"DataObj.dsx":0000
- ActiveConnectionName= "Connection1"
- CommandType = 1
- Expanded = -1 'True
- IsRSReturning = -1 'True
- NumFields = 6
- BeginProperty Field1
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "OrderID"
- Caption = "OrderID"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 5
- Scale = 0
- Type = 200
- Name = "CustomerID"
- Caption = "CustomerID"
- EndProperty
- BeginProperty Field3
- Precision = 19
- Size = 16
- Scale = 0
- Type = 135
- Name = "OrderDate"
- Caption = "OrderDate"
- EndProperty
- BeginProperty Field4
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "ProductID"
- Caption = "ProductID"
- EndProperty
- BeginProperty Field5
- Precision = 19
- Size = 8
- Scale = 0
- Type = 6
- Name = "UnitPrice"
- Caption = "UnitPrice"
- EndProperty
- BeginProperty Field6
- Precision = 5
- Size = 2
- Scale = 0
- Type = 2
- Name = "Quantity"
- Caption = "Quantity"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- BeginProperty Recordset3
- CommandName = "Products"
- CommDispId = 1015
- RsDispId = 1020
- CommandText = "Products"
- ActiveConnectionName= "Connection1"
- CommandType = 2
- dbObjectType = 1
- IsRSReturning = -1 'True
- NumFields = 10
- BeginProperty Field1
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "ProductID"
- Caption = "ProductID"
- EndProperty
- BeginProperty Field2
- Precision = 0
- Size = 40
- Scale = 0
- Type = 200
- Name = "ProductName"
- Caption = "ProductName"
- EndProperty
- BeginProperty Field3
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "SupplierID"
- Caption = "SupplierID"
- EndProperty
- BeginProperty Field4
- Precision = 10
- Size = 4
- Scale = 0
- Type = 3
- Name = "CategoryID"
- Caption = "CategoryID"
- EndProperty
- BeginProperty Field5
- Precision = 0
- Size = 20
- Scale = 0
- Type = 200
- Name = "QuantityPerUnit"
- Caption = "QuantityPerUnit"
- EndProperty
- BeginProperty Field6
- Precision = 19
- Size = 8
- Scale = 0
- Type = 6
- Name = "UnitPrice"
- Caption = "UnitPrice"
- EndProperty
- BeginProperty Field7
- Precision = 5
- Size = 2
- Scale = 0
- Type = 2
- Name = "UnitsInStock"
- Caption = "UnitsInStock"
- EndProperty
- BeginProperty Field8
- Precision = 5
- Size = 2
- Scale = 0
- Type = 2
- Name = "UnitsOnOrder"
- Caption = "UnitsOnOrder"
- EndProperty
- BeginProperty Field9
- Precision = 5
- Size = 2
- Scale = 0
- Type = 2
- Name = "ReorderLevel"
- Caption = "ReorderLevel"
- EndProperty
- BeginProperty Field10
- Precision = 0
- Size = 2
- Scale = 0
- Type = 11
- Name = "Discontinued"
- Caption = "Discontinued"
- EndProperty
- NumGroups = 0
- ParamCount = 0
- RelationCount = 0
- AggregateCount = 0
- EndProperty
- BeginProperty Recordset4
- CommandName = "UpdUnitprice"
- CommDispId = 1021
- RsDispId = -1
- CommandText = "UPDATE `Order Details` SET UnitPrice = UnitPrice * 1.06"
- ActiveConnectionName= "Connection1"
- CommandType = 1
- NumFields = 0
- 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
-