hi,
When i tried importing data from database A to two tables of database
B using the following statements
(Database A has tables A1 and A2...and database B has tables B1 and B2)
1.import B1 from 'jdbc:idb:A.prp' using 'Select * from A1'
2.import B2 from 'jdbc:idb:A.prp' using 'Select col1,col2 from A1'
I get an exception that 'Table A1 is i use by another jvm'.How do i
release this connection established by the import statement to this
table A1.I cant use the
idbTrigger object to get the connection object corresponding to this
table A1 since i do not find any event that could instantiate such a
trigger that doesnt update A1 but mereley reads data from it.
with regards,
Krishna
-----------------------------------------------------------------------------
To unsubscribe from this mailing list, send email to majordomo@enhydra.org
with the text "unsubscribe instantdb" in the body of the email.
If you have other questions regarding this mailing list, send email to
the list admin at owner-instantdb@enhydra.org.
|