thanks for the info! :) The interesting thing is... using DAL and SQLite from script (no web) works really great, and I don't know if I changed anything along the way (at least that I remember), but it seems that once the scripts are done I can not keep using the DB (which is fine because every cycle needs to produce a new set of tables). BUT Now I also want users to log in to a central DB and enter data there where on "submit" web2py would itself send a build request to another server which instead of logging localy, the server would update records on the central server instead (which is the reason for wanting to access other sqlite DBs)
Thanks again for the help! Mart :) On Feb 25, 6:33 am, Vasile Ermicioi <elff...@gmail.com> wrote: > I changed mysql script for generating models to generate models from a > sqlite database > > an example: > > from command line > > extract_sqlite_models.py storage.sqlite models.py > > first parameter is database path, second is output file for models > > extract_sqlite_models.py > 3KViewDownload