MySQL --> SQLite

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

MySQL --> SQLite

Post by zippo »

Hi!

I'm trying to extend my program to off-line functionalities. Since mysql embedded is commercial ( :evil: ) 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?
Wild_Pointer
Expert Boarder
Expert Boarder
Posts: 164
Joined: 18.03.2008, 13:03
Contact:

Post by Wild_Pointer »

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!
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Thanx! I will check it immediately! :)
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Since mysql embedded is commercial ( )
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)

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
Image
Post Reply