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]

No Subject


The connections are created once in each application and are kept alive to
provide for connection-pooling in the respective application. They are closed
only during application termination. However the statements and result sets
are created for each SQL operation and closed after processing. This I guess
should take care of committing the contents to the database.

However if the applications run one after the other like : 
1) application "1" comes up, inserts the records and terminates.
2) application "2" comes up and queries the records. - this time it finds the
records inserted by application one.

Any suggestions on how I can get application "2" to read records inserted by
application "1" when both are alive??

Thanks
Regu
-----------------------------------------------------------------------------
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.