Hi!
I'm trying to extend my program to off-line functionalities. Since mysql embedded is commercial ( ) I opted for SQLite. But there's a problem - I want the SQLite DB to be created dynamically (in case the main server DB gets updated I will not have to worry about changes). As I can see the create syntax is not usable from MySQL in SQLite. Did someone had a similar issue? Can the Zeos metadata component be used in this case?
MySQL --> SQLite
Moderators: gto, EgonHugeist
-
- Expert Boarder
- Posts: 164
- Joined: 18.03.2008, 13:03
- Contact:
Hello zippo,
You should check http://zeos.firmos.at/viewtopic.php?t=2627&highlight= . Id does not answer how to create DB for SQLite, but I think you will find the analogy.
Good luck!
You should check http://zeos.firmos.at/viewtopic.php?t=2627&highlight= . Id does not answer how to create DB for SQLite, but I think you will find the analogy.
Good luck!
- mdaems
- Zeos Project Manager
- Posts: 2766
- Joined: 20.09.2005, 15:28
- Location: Brussels, Belgium
- Contact:
Not sure if that one's true. If I'm correctly informed the mysql embedded server library is freely available and under GPL licence in the 5.1 and 5.5 releases. (It wasn't in 5.0 because of stability issues)Since mysql embedded is commercial ( )
The commercial offering is about a real server product for ISV's and OEM's and is (stupidly) named very similar to the 'dll server'.
Mark