I am venturing into the world of developing an application for sale on the open Market. It is an estimating program that will be used by construction companies.
I have always used MS-SQL for everything and was thinking about using it for this application but the overhead and cost of the database is just to high. So, I am looking for a database that is free like SQLite, easy to use, has the ability to handle multiple users, can handle large amounts of data effectively and can be accessed via report writers such as Crystal etc. I know that sounds like a big order but it never hurts to try.
I have done a lot of Googling and found a couple of databases that may fit the bill. I was hoping someone that has actually used a database like the one I described in their application could give me the run down on the database they used. I want to make sure I have all the possible database candidates before I start on the database coding.
I have another post on SQLite so that is already in the running and looks like a good candidate but I don't want to just look at one and go with it.
So what do you use?
Thanks
Doug
I have always used MS-SQL for everything and was thinking about using it for this application but the overhead and cost of the database is just to high. So, I am looking for a database that is free like SQLite, easy to use, has the ability to handle multiple users, can handle large amounts of data effectively and can be accessed via report writers such as Crystal etc. I know that sounds like a big order but it never hurts to try.
I have done a lot of Googling and found a couple of databases that may fit the bill. I was hoping someone that has actually used a database like the one I described in their application could give me the run down on the database they used. I want to make sure I have all the possible database candidates before I start on the database coding.
I have another post on SQLite so that is already in the running and looks like a good candidate but I don't want to just look at one and go with it.
So what do you use?
Thanks
Doug
Comment