InstantDB Project
About InstantDB
Project Mail Lists
Short History
Reporting Bugs
Screen Shots
3rd Party Examples
FAQs

Software
Downloads
Documentation
CVS Repositories
Roadmap
License

About Enhydra.org
Who We Are
News, Articles & Events
Getting Involved
Contact Us

Community
Demos
Contributions
Resources
Case Studies
On The Edge! -NEW-
Commercial Vendors


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

InstantDB: Connection established during importing data


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.