If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > What Database server do you recommend for my point of sale software?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-03-07, 11:51
sternocera sternocera is offline
Registered User
 
Join Date: Aug 2007
Posts: 1
Question What Database server do you recommend for my point of sale software?

I'm in the process of developing a Point of sale solution for independent retailers.

This is, in essence, an integrated solution that has two elements: one or more tills and one backoffice system

The backoffice portion of the software is being written in C++/MFC for Windows. Through this interface, the user adds products to the system and is given reports on sales and so forth.

The till(s) run Linux and Qtopia.

I'm trying to decide what database server I should use. So far, I've looked at MySQL, PostgresQL and firebird. They all seem to have there pros and cons. MySQL has a nice C++ API called MySQL++, but I'll have to spend a few hundred dollars on a commercial licence for each unit. Postgresql has the advantage of being free as in beer, and of having a BSD licence that won't force me to adopt the GPL, which I'd rather avoid doing, but it doesn't have great windows support and the API seems very complicated to me. Firebird doesn't seem very popular, which is probably indicative of its quality.

Please advise.
Reply With Quote
  #2 (permalink)  
Old 08-06-07, 14:51
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
Quote:
Originally Posted by sternocera
I'm in the process of developing a Point of sale solution for independent retailers.

This is, in essence, an integrated solution that has two elements: one or more tills and one backoffice system

The backoffice portion of the software is being written in C++/MFC for Windows. Through this interface, the user adds products to the system and is given reports on sales and so forth.

The till(s) run Linux and Qtopia.

I'm trying to decide what database server I should use. So far, I've looked at MySQL, PostgresQL and firebird. They all seem to have there pros and cons. MySQL has a nice C++ API called MySQL++, but I'll have to spend a few hundred dollars on a commercial licence for each unit. Postgresql has the advantage of being free as in beer, and of having a BSD licence that won't force me to adopt the GPL, which I'd rather avoid doing, but it doesn't have great windows support and the API seems very complicated to me. Firebird doesn't seem very popular, which is probably indicative of its quality.

Please advise.
Granted, the Libpq.dll api is more difficult to work with. However, the Windows ODBC driver for PostgreSQL works fine - install it along with your client app.
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
  #3 (permalink)  
Old 03-27-09, 15:37
VLDG VLDG is offline
Registered User
 
Join Date: Mar 2009
Posts: 24
Quote:
Originally Posted by sternocera
Firebird doesn't seem very popular, which is probably indicative of its quality
firebird is good database for your requirement

Look at c++ drivers here : ibpp [www.ibpp.org]
Reply With Quote
  #4 (permalink)  
Old 03-27-09, 15:56
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
I'd be willing to bet that if the OP (original poster) is still looking for a database after eighteen months, they have other more serious issues demanding their attention!

-PatP
Reply With Quote
  #5 (permalink)  
Old 03-27-09, 16:08
VLDG VLDG is offline
Registered User
 
Join Date: Mar 2009
Posts: 24
Before posting, best way is to make google search before...
So if it is not good for him : it can be good for another forum user
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On