Programming Forums
User Name Password Register
 

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

Reply
 
Thread Tools Display Modes
Old Mar 21st, 2005, 5:35 AM   #1
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
Database suggestions

Guys I`m going to create an big (at least for me) app which will use a database to store its data. However I have no knowledge of database programming so anyone has any suggestions?

I though of using mysql since I already have knowledge of it but I don`t want my app to require mysql server to be installed since not everyone knows where to find it and how to set it up.
some1 is offline   Reply With Quote
Old Mar 21st, 2005, 10:06 AM   #2
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
MySQL is the way to go in my opinion. If you plan on using a database... either the users have to have the client, or you have to have a DB connection to a central server that you control, which also implies your users have a net connection. If you don't want to go this route, I suggest a delimited text file to hold your values.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Mar 21st, 2005, 10:22 AM   #3
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
i have made a few apps where the client has the front end, and it connects to one central db (postgresql :-)). It runs quick and stable, i have very good luck with it.

http://tangentsoft.net/mysql++/

That's the API that you'd want to use. Aparently there are a few examples to get you going in the archive that MySQL++ comes in.
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Mar 22nd, 2005, 3:00 PM   #4
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
thanks for the help

isn`t there any support in windows for msaccess dbases?
some1 is offline   Reply With Quote
Old Mar 22nd, 2005, 5:07 PM   #5
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Of course there is. It's just that Access likes to crash a lot.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Mar 22nd, 2005, 10:48 PM   #6
ZenMasterJG
Hobbyist Programmer
 
ZenMasterJG's Avatar
 
Join Date: Nov 2004
Location: Boston, MA
Posts: 148
Rep Power: 4 ZenMasterJG is on a distinguished road
Send a message via AIM to ZenMasterJG
I'd just like to say that for any big-ish project, delimited text files should probably be avoided like the plague, they're unreliable and really, really prone to corruption in my expiriance.
ZenMasterJG is offline   Reply With Quote
Old Mar 23rd, 2005, 9:17 AM   #7
Pizentios
Programming Guru
 
Pizentios's Avatar
 
Join Date: May 2004
Location: Brandon, Manitoba, Canada
Posts: 2,023
Rep Power: 7 Pizentios is on a distinguished road
Send a message via ICQ to Pizentios Send a message via MSN to Pizentios
Quote:
Originally Posted by some1
thanks for the help

isn`t there any support in windows for msaccess dbases?
access isn't good. It doesn't even really use real sql. It uses some half breed abomonation that M$ made up. Also, it's really not stable at all, you'd be better off to save your self some head aches and just grab up a free copy of mysql or postgresql. Although, access does have it's advantages, you can set up a vb program with it in a mater of hours. It might not look good or function right, but it'll be there :-)
__________________
Profanity is the one language that all programmers understand.

Check out my Blog <---updated Nov 30 2007!
Pizentios is offline   Reply With Quote
Old Mar 24th, 2005, 5:45 AM   #8
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
I`m going to make a client management app which will store all clients, their visits, their payments in detail etc so it won`t be THAT complex, all I need is to be able to store data in tables and make table relationships (or isn`t that the word?)
Dunno if msaccess can to all these

I`m a step before choosing mysql, I`m just looking for a easy to setup database system (because as I said before, not everyone knows where to find it and how to set it up) and easy to backup.

Anyone can point me to a msaccess tutorial/doc as i couldn`t find one? I`ll just check it before I go with mysql
some1 is offline   Reply With Quote
Old Mar 24th, 2005, 6:02 AM   #9
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 6 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
msaccess avoid worse then you would avoid the plague, i would prefer to have the plague then use that program.

Anything more then 10 users it dies, anything more then about 5k records it takes a lto of processing, and time :/
Berto is offline   Reply With Quote
Old Mar 25th, 2005, 3:02 PM   #10
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
I actually need one user My application will be the one to query it and thats on the same computer, no remote access.
some1 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




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

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