Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Binding TextBox to datasource using ADO
Message
De
12/02/2003 13:49:00
 
 
À
07/02/2003 16:52:55
Kam Lee
SUNY-Health Science Center
Brooklyn, New York, États-Unis
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Divers
Thread ID:
00750830
Message ID:
00752386
Vues:
14
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform