looking for tutorial for DB access

D

Dragon

Hi,

I am looking for a tutorial for DB access to use with VB.net (2005). I know
how to go through Server Explorer, drag and drop tables etc. I am more
interested in getting all this done via code so I have more control over it.

Thank you.
 
M

Michel van den Berg

Dear Dragon,

You should try to search on google (or in the library) for information about
DALs (Data Access Layers), as this is the most popular 'term' for doing your
data access via code. Also notice, that you may want to a look at O/R
Mappers (eg LLBLGen: www.llblgen.com), as these generate such layers (and
sometimes even a bit more)

Hope I helped you there,

Michel van den Berg
 
D

Dragon

Thank you Michael, I will look into that.


Michel van den Berg said:
Dear Dragon,

You should try to search on google (or in the library) for information
about DALs (Data Access Layers), as this is the most popular 'term' for
doing your data access via code. Also notice, that you may want to a look
at O/R Mappers (eg LLBLGen: www.llblgen.com), as these generate such
layers (and sometimes even a bit more)

Hope I helped you there,

Michel van den Berg
 

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

Similar Threads


Top