Making and Managing a DB

  • Thread starter Thread starter kevin
  • Start date Start date
K

kevin

Hi I'm new to .net and am looking for basic tutorials and sample code of
how to create a data base in VB.net and how to edit the tables and
fields in it. Anyone help?
thanks
kevin
 
Cor said:
Kevin,

Your question is so general that it needs in my opinion (a) book(s).

In the newsgroup

Adonet
news://msnews.microsoft.com/microsoft.public.dotnet.framework.adonet

Web interface:
http://communities2.microsoft.com/c.../?dg=microsoft.public.dotnet.framework.adonet

There are three writers of those books active

Sceppa
Vaughn
Shahil Malik

I would ask it there.

Or search for those books on Google and what is told about that.

Cor
Hummm...In VB6 the process of creating a DB, and adding tables and
fields was pretty straight forward if I recall. I'm not looking for DB
structures, just the code needed to create and edit a DB. It can't be
that tough can it?
kevin
 
Kevin,
Hummm...In VB6 the process of creating a DB, and adding tables and fields
was pretty straight forward if I recall. I'm not looking for DB
structures, just the code needed to create and edit a DB. It can't be that
tough can it?

I don't see the problem, it is probably much easier, which you can read
from a lot of people in this newsgroup, who have made in past a kind of same
message as you.

Cor
 

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