Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open different databases in VB ...

Status
Not open for further replies.

teknophile

Programmer
Mar 29, 2001
3
GB
I need to open different databases (tables) designed in Access 2k. And view them in a FlexGrid. Then I need to add records, delete and change.
How can I open db files ? AND NOT BIND THEM WITH AN OBJECT AT RUNTIME ... ?

Thanks
 
opening a db is just decaring the objects and assigning them to apporpppiate resources. In vb, as many dbs, recordsets, querydefs, ... as necessary.

If the recordsets are not restricted, you may read/write/add/delete/mudify/update ...

so, what is your question?


MichaelRed
redmsp@erols.com

There is never time to do it right but there is always time to do it over
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top