Results 1 to 8 of 8

Thread: Simple Databse Question (Noob Question)

  1. #1

    Thread Starter
    Lively Member n00b1337's Avatar
    Join Date
    Sep 2003
    Location
    Berlin Connecticut
    Posts
    67

    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]

  2. #2
    Frenzied Member Memnoch1207's Avatar
    Join Date
    Feb 2002
    Location
    DUH, Guess...Hint: It's really hot!
    Posts
    1,861
    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

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    Well, you'll want to read up on ADO.NET, and probably get your hands on a copy of Access.

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Lively Member n00b1337's Avatar
    Join Date
    Sep 2003
    Location
    Berlin Connecticut
    Posts
    67
    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]

  5. #5

    Thread Starter
    Lively Member n00b1337's Avatar
    Join Date
    Sep 2003
    Location
    Berlin Connecticut
    Posts
    67
    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]

  6. #6
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    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.

  7. #7
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 .

  8. #8

    Thread Starter
    Lively Member n00b1337's Avatar
    Join Date
    Sep 2003
    Location
    Berlin Connecticut
    Posts
    67
    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
  •  



Click Here to Expand Forum to Full Width