I am a one-man development team.
A little over a year ago I began development of an automated data collection application.
I had already been using MySQL to persist data in very simple applications and chose that RBDMS for this project. The overall hierarchy is not very complex: With the state (of the US) at the top and collected data at the bottom, there are 4 levels in between (report cover sheet data is stored for Agency, Park, Trail and Segment).
I've built the entire package, from hardware to UI, query to printed page, by my self. Now, just as I am nearing completion (data reports are looking good and cover sheets have been started) [trying to forget that I have to build the installer], my customer has asked my to support one or more zero configuration DBs. I've been connected to the MySQL DB using ODBC for a while now and told the customer that it shouldn't be too much trouble to run on any DB that the could throw my way.
I've been working with SQLite3 and Access for a day or so and I'm beginning to think that I may be out of my mind?
Opinions???
A little over a year ago I began development of an automated data collection application.
I had already been using MySQL to persist data in very simple applications and chose that RBDMS for this project. The overall hierarchy is not very complex: With the state (of the US) at the top and collected data at the bottom, there are 4 levels in between (report cover sheet data is stored for Agency, Park, Trail and Segment).
I've built the entire package, from hardware to UI, query to printed page, by my self. Now, just as I am nearing completion (data reports are looking good and cover sheets have been started) [trying to forget that I have to build the installer], my customer has asked my to support one or more zero configuration DBs. I've been connected to the MySQL DB using ODBC for a while now and told the customer that it shouldn't be too much trouble to run on any DB that the could throw my way.
I've been working with SQLite3 and Access for a day or so and I'm beginning to think that I may be out of my mind?
Opinions???
Comment