|
|
Develop an Application that support database
Hi,
I want to develop an application that support database. I really need
your guidance or suggestion of how can I do that. For example, I want
to develop a system for employment database in a small company.
Thanks.
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
0
|
|
|
|
Reply
|
Pardi.Marbun (3)
|
8/6/2008 8:26:13 AM |
|
On Aug 6, 11:26 pm, Pardi <Pardi.Mar...@gmail.com> wrote:
> Hi,
>
> I want to develop an application that support database. I really need
> your guidance or suggestion of how can I do that. For example, I want
> to develop a system for employment database in a small company.
>
It is a big topic and hard to say anything useful for
your above given context.
But maybe you can have a look at Poco::Data, a database abstraction
ayer which allows users to easily send/retrieve data to/from
various different SQL databases.
http://www.appinf.com/docs/poco/
Poco::Data is free under BOOST license.
HTH
Jiang
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
0
|
|
|
|
Reply
|
Jiang
|
8/6/2008 1:51:42 PM
|
|
On 6 Sie, 16:26, Pardi <Pardi.Mar...@gmail.com> wrote:
> I want to develop an application that support database. I really need
> your guidance or suggestion of how can I do that. For example, I want
> to develop a system for employment database in a small company.
For this type of tasks a regular relational database seems to be a
popular and accepted solution. Servers and libraries are avaiable both
from commercial vendors and as free projects - the choice depends on
many factors like your personal preferences, company policies, local
experience, etc.
For the C++ part, you might want to check the SOCI library:
http://soci.sourceforge.net/
This library can work with several popular database servers and
already proved useful in many applications.
To properly design and manage the database itself, you will have to
ask for advise on other forums or find local database expert.
--
Maciej Sobczak * www.msobczak.com * www.inspirel.com
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
0
|
|
|
|
Reply
|
Maciej
|
8/7/2008 5:07:56 AM
|
|
On Aug 6, 4:26 pm, Pardi <Pardi.Mar...@gmail.com> wrote:
> I want to develop an application that support database. I really need
> your guidance or suggestion of how can I do that. For example, I want
> to develop a system for employment database in a small company.
You might find this useful:
http://www.ultimatepp.org/examples$SQLApp.html
Mirek
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
0
|
|
|
|
Reply
|
Mirek
|
8/7/2008 1:28:25 PM
|
|
|
3 Replies
90 Views
(page loaded in 0.114 seconds)
|
|
|
|
|
|
|
|
|