OK i just got VS 2003.net, so im extremely new to vb.net,
How would i jsut create a Simple Database program (without using a server). How would i make one?
Printable View
OK i just got VS 2003.net, so im extremely new to vb.net,
How would i jsut create a Simple Database program (without using a server). How would i make one?
what do you mean by simple?? and when you say without a server, do you mean just doing it on your local machine?
Well, you'll want to read up on ADO.NET, and probably get your hands on a copy of Access.
TG
all i want is on my machine, so i can just Make a database that is Editable
ok here.. i got just a Datagrid on my Form. How do i add Collumns and Rows?
I hate to say this, since I've asked for so much help on this forum, but do you know anything about databases or programming? Or how to use Help or msdn? Your questions would indicate you don't.
Sorry if that's incorrect; in that case, it'd help if you showed some code or indication that you tried to figure it out first. Double clicking a control in the toolbox doesn't show much work on your part.
I'm not trying to be rude, sorry if my post comes across that way. Merry Christmas to all.
http://samples.gotdotnet.com/quickstart/winforms/
then on the left menu , choose Data Access Overview .That should help you get started . Don't wait for someone to give you full and working code because this usually won't happen .;)
like i said noob question,( i know how to do alot with VB, i jsut never learned Databse)