Hi All,
RB database editor on the one side.... SQLite Database Browser on the other side....
Just try to do one thing.... What? Create a method to import SQL file(txt) generated by SQLite DB in to a project. Benefits? Create/Edit database in SQLite DB and export the SQL as .txt , read it by new method automatically (app.open/check if exists/if not/ create ) and you have all changes in the database structure in project on the snap. Instead of using tricky IDE database editor you have... say...quite stable tool. In project the Database is created/connected via code of your project , and you have the chance to change it's structure later with GUI tool instead of coding. Something what I call “the half way approach”.
Jan W
sri for my english...
|