Craig Maloney wrote: >> Is there any easy way to export the Tracks data from MySQL to SQLite? > > And vice versa, too... (SQLite to mySQL)
There's not currently an automated way to do this. Import/Export is on the feature list, but not implemented yet. I bet you could probably script dumping the data out of MySQL as SQL statements and running those against sqlite, possibly tweaking them a bit in between if necessary. There might even be examples or tools available to do this. Let us know what you figure out! Cheers, Luke _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
