Randy Graham <[EMAIL PROTECTED]> wrote:
Is it possible to copy tables from one memory database to another
without going through an intermediate disk database?

Can't you just write a function that would run "select * from table" on one db, and for each record build and execute an insert statement on the other? Using a parameterized prepared statement of course.

Igor Tandetnik

Reply via email to