how can i connect the samble database that comes with vb-6
(biblio.mdb) to a datagrid using code?
ie what code i have to put in load event
Answer Posted / karan munjal
make the adodc connection with database from its property
connection string & connect datagrid with adodc & write the code
adodc_.recordsource = "select * from table name"
datagrid.refresh
adodc.refresh
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain about an event-driven programming language?
What is connection object in vb net?
what are the Types of Resultsets?
Is visualvm free?
Why can't I use an index with my VB accessed database?
What are the uses of List View Control?
Recordset object consists what?
what are the Parts of ODBC?
How would you create Visual basic Document file?
How can you get selected file from file system Control?
Whether HTML supports multimedia: and document links?
How would you navigate between one document to another document
___ VB constant make the menu item in centre.
What is the latest version of visual basic?
Explain the types of Views in Listview Control?