davisonpro
Programmer
I've been trying to research using SQLite from a VFP9 front end. I've only found threads here discussing how to move data from SQLite into FoxPro.
I don't think MySQL (or any of the direct competitors) is a good fit for my applications since it seems to be too complicated to deploy and run for my 1,500+ users who struggle with any level of technology. I think I want to stay with an embedded solution.
Does anyone here have experience, successes or failures or war-stories, with regard to deploying apps with VFP9 and SQLite?
I know some will ask about my motivation for this so I'll explain now: I want to be able to deploy the same front end against other installed, managed SQL RDBMS systems that some of my users already have installed on their servers (for other apps they run) and have SQLite available for those who do not - so I can run the same front end and just configure alternate connection strings. I know I'll be limited in my SQL but my apps don't require high levels of sophistication nor are they particularly "sensitive" to RDBMS performance. The data is generally quite small and not used on a daily basis. Concurrency is not a huge issue for me except in my very large clients and those are the ones who already run SQL-Server, Sybase, MySQL, or Oracle.
I have experience with deploying apps that run on almost any managed SQL-RDBMS but not using VFP as the front end.
I don't think MySQL (or any of the direct competitors) is a good fit for my applications since it seems to be too complicated to deploy and run for my 1,500+ users who struggle with any level of technology. I think I want to stay with an embedded solution.
Does anyone here have experience, successes or failures or war-stories, with regard to deploying apps with VFP9 and SQLite?
I know some will ask about my motivation for this so I'll explain now: I want to be able to deploy the same front end against other installed, managed SQL RDBMS systems that some of my users already have installed on their servers (for other apps they run) and have SQLite available for those who do not - so I can run the same front end and just configure alternate connection strings. I know I'll be limited in my SQL but my apps don't require high levels of sophistication nor are they particularly "sensitive" to RDBMS performance. The data is generally quite small and not used on a daily basis. Concurrency is not a huge issue for me except in my very large clients and those are the ones who already run SQL-Server, Sybase, MySQL, or Oracle.
I have experience with deploying apps that run on almost any managed SQL-RDBMS but not using VFP as the front end.