Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADODC (urgent)
Message
From
27/06/2000 03:32:14
 
 
To
26/06/2000 21:15:46
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Title:
Miscellaneous
Thread ID:
00384855
Message ID:
00384912
Views:
32
Try the following codes:
Dim mCN as Connection
Dim mRS as RecordSet

mRS.Open "SELECT * FROM YourTable WHERE YourField =" & mYourConditions, mCN, adOpenKeyset, adLockOptimistic
With mRS
.Fields("Test1").Value = Text1.Text
.Fields("Test2").Value = Text2.Text
.Update
.Close
End With
Previous
Reply
Map
View

Click here to load this message in the networking platform