Some users here mention dhRichClient3, and I understand there is also http://sqliteforexcel.codeplex.com/
I did some searching and also found microETL and some further searching I also found palo for excel, which doesn't use sqlite but uses it's own db format. I'm not even sure if that uses sql syntax.
There's also http://sqliteforexcel.codeplex.com/
I know the advantages of sqlite in the sense of easy configuration, easily distributable (1 file) etc. But the main negative is not allowing multiple users.
The project I may be working on would be distributed locally and it would get around a lot of red tape to not have to set up full-blown sql servers.
However, there may be a need at some locations to have multiple people to have access simultaneously.
But this would be probably in the range of 5 people max. Can sqlite do that? I know microsoft access says it's limit is 255 but really it's way lower. Can sqlite allow a small number of users accesssing simultaneously or is it just 1 user?
I'm also much more comfortable in excel/vba and I'm just learning sql so I thought instead of going the access route maybe I could pick up sqlite and use this with excel.
So I'm wondering if anyone has used any of these and any thoughts they can provide.
I did some searching and also found microETL and some further searching I also found palo for excel, which doesn't use sqlite but uses it's own db format. I'm not even sure if that uses sql syntax.
There's also http://sqliteforexcel.codeplex.com/
I know the advantages of sqlite in the sense of easy configuration, easily distributable (1 file) etc. But the main negative is not allowing multiple users.
The project I may be working on would be distributed locally and it would get around a lot of red tape to not have to set up full-blown sql servers.
However, there may be a need at some locations to have multiple people to have access simultaneously.
But this would be probably in the range of 5 people max. Can sqlite do that? I know microsoft access says it's limit is 255 but really it's way lower. Can sqlite allow a small number of users accesssing simultaneously or is it just 1 user?
I'm also much more comfortable in excel/vba and I'm just learning sql so I thought instead of going the access route maybe I could pick up sqlite and use this with excel.
So I'm wondering if anyone has used any of these and any thoughts they can provide.