G
Guest
I have been a VB 5.0/6.0 programmer for the past 3 years, I am writing my
first VB.NET program using ADO.NET to access the MS Access database. I am
having a lot of trouble comprehending the new design of ADO.NET.
I have found plenty of code examples and articles in a book, MSDN and
online, however I cannot find anything that does not use bound controls to
display/manipulate the data.
I have so far written an application that is run from a module (Sub Main)
and opens the initial form. My intention is to use the module to create the
connection etc to the database and pass data to certain controls and use
other tables which have programmatic value to control what the user is
allowed to do.
How do I access this data? In ADODB I would have created a recordset and
accessed an field obtained using the SQL statement, I am quite confused as to
how to achieve this relatively simple task in ADO.DB.
If anyone can offer any advice, links to what I'm looking for or just some
simple advice I would be very much appreciative.
Thank you.
Tippy.
first VB.NET program using ADO.NET to access the MS Access database. I am
having a lot of trouble comprehending the new design of ADO.NET.
I have found plenty of code examples and articles in a book, MSDN and
online, however I cannot find anything that does not use bound controls to
display/manipulate the data.
I have so far written an application that is run from a module (Sub Main)
and opens the initial form. My intention is to use the module to create the
connection etc to the database and pass data to certain controls and use
other tables which have programmatic value to control what the user is
allowed to do.
How do I access this data? In ADODB I would have created a recordset and
accessed an field obtained using the SQL statement, I am quite confused as to
how to achieve this relatively simple task in ADO.DB.
If anyone can offer any advice, links to what I'm looking for or just some
simple advice I would be very much appreciative.
Thank you.
Tippy.