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
___ is a property to resize a label control according to your caption.
What is data binding in vb net?
How many File System Controls are there ? Explain.
What is a thread pool and how are the threads within a thread pool managed?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
What do you mean by Databound Controls Explain?
What are the uses of List View Control?
What is rdo in vb?
To find the current recordposition in data control.
Can you tell me the properties of the controls?
Explain the working with task in Gantt chart view.
Is the Variant type slower than using other variable types?
____ is the difference between Listindex and Tab index.
Explain what is Visual basic?
What is the use of Data Form Wizard?