Results 1 to 22 of 22

Thread: storing data

  1. #1

    Thread Starter
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134

    storing data

    anyone know how i can store a lot of data qickly & easily? Something like an array, but can hold more info.
    (btw i've tried an array, it runs out of memory when i add all my data)
    If you can dream it, you can do it - Moo Power!

  2. #2
    Fanatic Member
    Join Date
    Oct 2001
    Location
    didn't decide yet
    Posts
    566
    use a database

  3. #3

    Thread Starter
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134
    can u use dbs in vb? And if so, how?
    If you can dream it, you can do it - Moo Power!

  4. #4
    DaoK
    Guest
    how i can store a lot of data qickly & easily?

    Easily will be a .txt if you have a lots of information but you can use .ini and registery for only variable number.

    Databaseis not quick and easy to program.

  5. #5
    Megatron
    Guest
    Databases are quick and easy, depend on what you're doing. For example, if you want to store purchase records for a company, you'll definetly need to use a database. Otherwise, if it's something as simple as keeping profiles for users on a machine, you could use the registry.

  6. #6
    DaoK
    Guest
    Megatron I have did a Tutorial in MSDN website about Acess and it took me a lots of coding for a simple database. Do you have any link who will show me a quick way to do it ? MSDN help did not helped me much to make it easy

  7. #7
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    I agree

    Once you learn how to use databases, you have a world of options...

    Learn and use databases...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  8. #8

    Thread Starter
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134
    so how DO you use databases from vb?
    If you can dream it, you can do it - Moo Power!

  9. #9
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    What databases

    Which database are you considering?
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  10. #10
    DaoK
    Guest
    Acess

  11. #11
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Vitani

    What I mean is which databases do you have access to SQL2000, ACCESS, etc.
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  12. #12

    Thread Starter
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134
    any that will strore my data and let me get it back in a nice easy-to-get-at style

    I'm reading this atm: http://www.vbworld.com/databases/dbtutorial/

    I'm after speed above anything really, and it has to be a local db, not remote (obvisouly!)


    I have Access2000
    If you can dream it, you can do it - Moo Power!

  13. #13
    DaoK
    Guest
    Than you for the link I will read that later.

    Daok

  14. #14
    Megatron
    Guest
    Originally posted by DaoK
    Megatron I have did a Tutorial in MSDN website about Acess and it took me a lots of coding for a simple database. Do you have any link who will show me a quick way to do it ? MSDN help did not helped me much to make it easy
    Databases are a whole field of their own. There are many books out there on this topic. I recommend Access 2000 Developer's HandBook. It's about 3 inches think, and written by the lead developer of Access.

  15. #15
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    Best thing

    Download examples and research on this forum

    This forum teaches most everything dealing with Access database from counting records, to adding, edit (updating), deleting, adding to a msflexgrid, compacting, exporting data from, the list goes on and on...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  16. #16
    DaoK
    Guest
    It's about 3 inches think..... humm I do not have the time to read all that lol, I am learning C++ slowly each weekend, at school I am learning Java2 and after school+weekend I use VB. I do not have any time for Database

  17. #17
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    No time?

    No time, no money, unless a gamer. You should really spend a little energy on database use...

    Most of the apps that have been requested by me have been data storage related...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  18. #18
    DaoK
    Guest
    How old are you...I have only 17 years old and I am not a nerd ok

  19. #19
    Megatron
    Guest

    Re: No time?

    Originally posted by James Stanich
    Most of the apps that have been requested by me have been data storage related...
    Same, here. Almost every project I worked on required me to interact with a database.

    DaoK: I strongly recommend that you learn databases. If not now, put it on your New Year's resolution for 2002.

  20. #20
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    30

    I am 30 and only became the "Nerd" as you described when I went to work. You see, I am just trying to give you a heads up about the REAL world, but you don't wanna be a nerd learnin databases... You'd rather spend your Sunday, typing on this forum...
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

  21. #21

    Thread Starter
    Addicted Member Vitani's Avatar
    Join Date
    Jul 2001
    Location
    England
    Posts
    134
    After reading the above mentioned tutorial, databases are totally what I want to use, thanks peeps!

    Can you give my other query a try plz?

    http://www.vbforums.com/showthread.p...hreadid=110859
    If you can dream it, you can do it - Moo Power!

  22. #22
    PowerPoster
    Join Date
    Aug 2000
    Location
    IN SILENCE
    Posts
    6,441

    But Vitani

    Don't spend TOO mcuh time on it. Don not want DaoK to think you're a NERD
    Remaining quiet down here !!!

    BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....

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