[EMAIL PROTECTED] wrote:
and Derrell,

You need to ATTACH the disk-resident database to the memory one,
rather than vice versa as you're trying.  Since you already have the
database handle for the memory-resident database, issue an "ATTACH
'diskdatabase.db' AS disk_db;" command on the memory-resident
database handle.

 yes, it works fine, but i need to store the results to the
disk-resident database.

Feel free to. You seem to believe that the attached database is read-only or in some other way inferior to the main database. This is not the case. You can perform any operation on any table in either database. They are equivalent in this regard.

Igor Tandetnik

Reply via email to