populate listview/treeview from Access table

  • Thread starter Thread starter hubertSVK
  • Start date Start date
H

hubertSVK

I would like you to help me ... I'm a beginning vb.net programmer and I need
an advice ... I'm creating a DB application and I need to read data from the
Access table with MS Jet 4.0 into Listview (nead to get 2 columns from the
table) and into the treeview (I need to get there the list of tables in the
db)
I don' know how to write the procedure, which would provide the data reading
from the db ... I wrote one script, but it doesn't work like I need it to
work

i`m beginner and please i need sample

thankx Hubert
 
Hi,

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q320755

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnadvnet/html/vbnet08262002.asp

Ken
------------
I would like you to help me ... I'm a beginning vb.net programmer and I need
an advice ... I'm creating a DB application and I need to read data from the
Access table with MS Jet 4.0 into Listview (nead to get 2 columns from the
table) and into the treeview (I need to get there the list of tables in the
db)
I don' know how to write the procedure, which would provide the data reading
from the db ... I wrote one script, but it doesn't work like I need it to
work

i`m beginner and please i need sample

thankx Hubert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top