Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Binding TextBox to datasource using ADO
Message
From
12/02/2003 13:49:00
 
 
To
07/02/2003 16:52:55
Kam Lee
SUNY-Health Science Center
Brooklyn, New York, United States
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00750830
Message ID:
00752386
Views:
22
Hi Kam

you need not bind the textbox control using the code u're using.After you have created an instance on the ADODB Connection object and specified the appropriate Record Source all you need to display the information in the textbox is as follows Text1.Text=RecordsetName!FieldName(in the table)
Previous
Reply
Map
View

Click here to load this message in the networking platform