I work for a very small software company that works on a couple applications with a fairly small customer base (meaning we don't have the big bucks and can't expect our customers to spend the big bucks either).
For the next version of our software we would like to move the data inputted and the results of our various calculations into a relational database for later retrieval. (currently we are using many text files)
The kickers are that some of our customers use various unix platforms and some use windows (NT, 2000 or XP). My boss does not want to require customers to have access to something like SQL Server in order to use our product and would prefer something you can make local to a particular machine (and possibly copy to a laptop if needed). It needs to be fairly close to ansi SQL as we may move to something client/server in the future.
I have 5 years experience working with SQL Server, Sybase and Oracle so the SQL isn't a problem but I'm not sure what our options are for databases that are:
- cheap to distribute
- fairly cheap to get a development, distribution, etc license for
- will run in unix and windows
- fairly ansi compliant
I was looking into PostgreSQL and McKoi SQL but since we sell our product (the front end) and plan to distribute the database as the back end I don't believe we can use those products? (we can't go completely open source)
Anyone have any suggestions?
Thanks,
Asya
For the next version of our software we would like to move the data inputted and the results of our various calculations into a relational database for later retrieval. (currently we are using many text files)
The kickers are that some of our customers use various unix platforms and some use windows (NT, 2000 or XP). My boss does not want to require customers to have access to something like SQL Server in order to use our product and would prefer something you can make local to a particular machine (and possibly copy to a laptop if needed). It needs to be fairly close to ansi SQL as we may move to something client/server in the future.
I have 5 years experience working with SQL Server, Sybase and Oracle so the SQL isn't a problem but I'm not sure what our options are for databases that are:
- cheap to distribute
- fairly cheap to get a development, distribution, etc license for
- will run in unix and windows
- fairly ansi compliant
I was looking into PostgreSQL and McKoi SQL but since we sell our product (the front end) and plan to distribute the database as the back end I don't believe we can use those products? (we can't go completely open source)
Anyone have any suggestions?
Thanks,
Asya