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
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
What is data control in vb?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
Write the steps in Creating ActiveX Dll and Active Exe?
What is ado in vb.net?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
How about Access 2.0 compatibility?
How can Visual Basic be used for server-side scripting?
How would you find out the value property in Slider Bar Control?
How do I call a DLL?
In which areas the Error occurs?
Draw Sequence Modal of RDO? Explain.
What is rdo in vb?
Draw Sequence Modal of DAO and Explain?
Can you tell me the properties of the controls?