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
What about DLL calls that require callbacks?
Difference between Recordset and Resultsets.
What is the Windows API?
What is the use of debug Window?
How would you Create a Query Builder and Explain its uses ?
How to find the current record position in data control?
Draw Sequence Modal of DAO? Explain.
How can Visual Basic be used for server-side scripting?
What is data binding in vb net?
How can I speed up my VB database application?
how a multiple routing works ?
How can you save and Get data from Clipboard/ Recordset object consists what?
1s it posible to Create Tables Through Querydef?
What is the use of NEW Keyword? Explain.
How can you get selected file from file system Control?