Assuming this is a normal sqlite db, I would just use the /usr/bin/sqlite3 command line interface with the .import command; check out .help for the online help and instructions.
- Rob . On Tue, Feb 24, 2009 at 10:35 PM, kk yap <[email protected]> wrote: > Hi, > > I was wondering how to do batch inserts to SQLite database in NOX. I > have managed to do row by row insertion using > Sync_transactional_storage. However, there does not seem to have any > batch insertion in storage from my grep efforts. Can someone point me > to the correct place to hunt? > > Thank you. > > Regards > KK > > _______________________________________________ > nox-dev mailing list > [email protected] > http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org > _______________________________________________ nox-dev mailing list [email protected] http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
