Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Apr 19th, 2008, 3:30 AM   #1
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 23
Rep Power: 0 redfiretruck is on a distinguished road
Good Database?

Databases? Hey, if i were in need to store tons of data to a file and then use it later (relatively easily hopefully, please no sequential file crap). What would i use? I've used ini files before and trust me, I love them to death and rely on them for my every day use but I feel there is a need for a more suitable way to store data...

So I want to ask... What is a good database to store information in? (Non-Website/Connection Database)

Encryption is only wanted if the file size and the speed is still at a reasonable amount. I don't want to set 5 strings to a database and have it take 3 minutes to open it and have it save a 10meg file...

-- I'm new to databases, more importantly new to Visual Basic, but ALOT of EVERYTHING is so similiar to Delphi so I think I'll be fine learning about them . (I've used Delphi for about a year and love just about every aspect of it... But I am going to college in a few months and to get my degree i need to finish a couple VB classes 8(... )
redfiretruck is offline   Reply With Quote
Old Apr 19th, 2008, 8:06 AM   #2
Grich
Hobbyist Programmer
 
Grich's Avatar
 
Join Date: Sep 2007
Location: Sydney - Australia
Posts: 148
Rep Power: 1 Grich is on a distinguished road
Re: Good Database?

If you are using VB, look into the ADO.NET system. What you can do is access a Microsoft Access file and interact with it. Also research relational databases as well (if you haven't), it will save your life.
__________________
SYNTAX ERROR ...
Grich is offline   Reply With Quote
Old Apr 19th, 2008, 8:16 AM   #3
OpenLoop
Expert Programmer
 
OpenLoop's Avatar
 
Join Date: May 2005
Location: East Lansing, MI
Posts: 663
Rep Power: 4 OpenLoop is on a distinguished road
Re: Good Database?

If you're storing "tons of information", you might want to look at something more professional than Microsoft Access. I recommend MYSQL(http://www.mysql.com/) which is easy to use, and can handle a decent amount of information. There's also Oracle which is a bit more painful to install, but is geared towards lager projects.
OpenLoop is offline   Reply With Quote
Old Apr 19th, 2008, 12:16 PM   #4
Jimbo
Battle Programmer
 
Jimbo's Avatar
 
Join Date: Feb 2006
Location: Bellevue, WA, USA
Posts: 742
Rep Power: 3 Jimbo is on a distinguished road
Re: Good Database?

For a small amount of information, XML would probably be fine. It should be pretty easy with XLINQ with the .NET 3.0 framework or newer. XML will be slow on large amounts of data though.

If you're more worried about convenience or scalability, but still on the smaller end, you might look into SQL Server Express (comes with Visual Studio and probably with the Express versions as well). This provides largely the same interface as SQL Server, but the "database" is simply a file in your project. I'm not sure how well it works in deployment or about performance though, but I'd imagine it's decent for both.

If your data store is getting noticeably large, you'd want to move to a full database management system, such as MS SQL, MySQL, or Oracle (which is geared more towards enterprisey applications).
__________________
<insert disclaimer here>
<insert shameless plug for Visual Studio here>
Jimbo is offline   Reply With Quote
Old Apr 19th, 2008, 12:55 PM   #5
redfiretruck
Newbie
 
Join Date: Apr 2008
Posts: 23
Rep Power: 0 redfiretruck is on a distinguished road
Re: Good Database?

Thanks for all the suggestions ^_^. I'm probably gunna try out SQL simply because it is so common from what i have seen .
redfiretruck is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Storing BLOBs in a database - problem jonyzz Other Programming Languages 8 Jan 31st, 2007 4:38 AM
school website database project George Harrison C# 16 Sep 29th, 2006 11:07 PM
how do i automate text data and input into database? lionel84 C# 0 Jun 26th, 2005 9:35 PM
Using ODBC to connect to a remote database in a C program bigi C++ 1 Mar 8th, 2005 3:19 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:20 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC