|
-
Dec 24th, 2003, 01:42 PM
#1
Thread Starter
Lively Member
Simple Databse Question (Noob Question)
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?
[VBcode]
SubLife_Load()
If Age>25
Unload me
end if
sub end

[/vbcode]
-
Dec 24th, 2003, 01:44 PM
#2
Frenzied Member
what do you mean by simple?? and when you say without a server, do you mean just doing it on your local machine?
Being educated does not make you intelligent.
Need a weekend getaway??? Come Visit
-
Dec 24th, 2003, 01:44 PM
#3
Well, you'll want to read up on ADO.NET, and probably get your hands on a copy of Access.
TG
-
Dec 24th, 2003, 01:47 PM
#4
Thread Starter
Lively Member
all i want is on my machine, so i can just Make a database that is Editable
[VBcode]
SubLife_Load()
If Age>25
Unload me
end if
sub end

[/vbcode]
-
Dec 24th, 2003, 01:50 PM
#5
Thread Starter
Lively Member
ok here.. i got just a Datagrid on my Form. How do i add Collumns and Rows?
[VBcode]
SubLife_Load()
If Age>25
Unload me
end if
sub end

[/vbcode]
-
Dec 24th, 2003, 02:26 PM
#6
Frenzied Member
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.
Last edited by salvelinus; Dec 24th, 2003 at 05:27 PM.
-
Dec 24th, 2003, 04:09 PM
#7
Sleep mode
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 .
-
Dec 26th, 2003, 01:16 AM
#8
Thread Starter
Lively Member
like i said noob question,( i know how to do alot with VB, i jsut never learned Databse)
[VBcode]
SubLife_Load()
If Age>25
Unload me
end if
sub end

[/vbcode]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|