|
-
Oct 14th, 2001, 12:39 PM
#1
Thread Starter
Addicted Member
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!
-
Oct 14th, 2001, 12:43 PM
#2
Fanatic Member
use a database
-
Oct 14th, 2001, 12:53 PM
#3
Thread Starter
Addicted Member
can u use dbs in vb? And if so, how?
If you can dream it, you can do it - Moo Power!
-
Oct 14th, 2001, 01:02 PM
#4
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.
-
Oct 14th, 2001, 01:07 PM
#5
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.
-
Oct 14th, 2001, 01:09 PM
#6
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
-
Oct 14th, 2001, 01:09 PM
#7
PowerPoster
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....
-
Oct 14th, 2001, 01:15 PM
#8
Thread Starter
Addicted Member
so how DO you use databases from vb?
If you can dream it, you can do it - Moo Power!
-
Oct 14th, 2001, 01:22 PM
#9
PowerPoster
What databases
Which database are you considering?
Remaining quiet down here !!!
BRAD HAS GIVEN ME THE ULTIMATIVE. I have chosen to stay....
-
Oct 14th, 2001, 01:22 PM
#10
-
Oct 14th, 2001, 01:24 PM
#11
PowerPoster
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....
-
Oct 14th, 2001, 01:24 PM
#12
Thread Starter
Addicted Member
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!
-
Oct 14th, 2001, 01:28 PM
#13
Than you for the link I will read that later.
Daok
-
Oct 14th, 2001, 01:29 PM
#14
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.
-
Oct 14th, 2001, 01:30 PM
#15
PowerPoster
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....
-
Oct 14th, 2001, 01:31 PM
#16
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
-
Oct 14th, 2001, 01:37 PM
#17
PowerPoster
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....
-
Oct 14th, 2001, 01:39 PM
#18
How old are you...I have only 17 years old and I am not a nerd ok
-
Oct 14th, 2001, 01:42 PM
#19
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.
-
Oct 14th, 2001, 01:44 PM
#20
PowerPoster
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....
-
Oct 14th, 2001, 02:02 PM
#21
Thread Starter
Addicted Member
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!
-
Oct 14th, 2001, 02:27 PM
#22
PowerPoster
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|