Re: [sqlite] one table per file?

2006-05-24 Thread John Stanton
You can have one table per file with Sqlite by have multiple databases, each one with one table and then ATTACHing them. You might, however, be better off with one file and multiple tables. Petr Krenzelok wrote: Hi, sorry if my question is kind of stupid, but I would like to ask following.

[sqlite] one table per file?

2006-05-24 Thread Petr Krenzelok
Hi, sorry if my question is kind of stupid, but I would like to ask following. I am new here, and have not found any such topic in ML history, so: I am coming from REBOL language land. We now have wrapper for SQLite. It is very cool, tiny database, kind of free form (no columns