Tuesday, August 24, 2010

How to create a recordset in my project in visual basic 6.0 without using the bound control ';ado dc';

i have a table created in microsoft access named Product. i need to make a query and hence display information in a data grid about a product according to the ProductID entered by the user in a textbox. the ProductID is entered by the user during run time. i can't put the value entered by the user in 'recordSource' property of the ado dc. hence, what i want to do is create a recordset in my code that is as the program runs, and then i can specify its record source, and then i want to specify data source of the data grid . the data source must be the recordset i created initially. PLEASE HELP. I tried several methods but none seems to work and i am a bit confused too.How to create a recordset in my project in visual basic 6.0 without using the bound control ';ado dc';
yumi try this link





http://migrationguide.artinsoft.com/Migr鈥?/a>

No comments:

Post a Comment