![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
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. |
|
|
|
|
|
#2 |
|
Programming Guru
![]() ![]() ![]() |
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." |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() |
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! |
|
|
|
|
|
#4 |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
thanks for the help
![]() isn`t there any support in windows for msaccess dbases? |
|
|
|
|
|
#5 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Of course there is. It's just that Access likes to crash a lot.
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
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.
|
|
|
|
|
|
#7 | |
|
Programming Guru
![]() ![]() |
Quote:
__________________
Profanity is the one language that all programmers understand. Check out my Blog <---updated Nov 30 2007! |
|
|
|
|
|
|
#8 |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
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 |
|
|
|
|
|
#9 |
|
Programming Guru
![]() |
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 :/ |
|
|
|
|
|
#10 |
|
Programmer
Join Date: Dec 2004
Posts: 50
Rep Power: 4
![]() |
I actually need one user
My application will be the one to query it and thats on the same computer, no remote access. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|