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]

Re: InstantDB: Problem with auto commit


For idb java.sql.Connection conn:

conn.setAutoCommit(false);

Then you can do conn.commit() or conn.rollback() to control the
transaction boundaries yourself.  Otherwise, the data will commit when
you close the connection.

Thom

Pavel Jetensk} wrote:
> 
> Dear sirs
> I would be gratefull if you could help me with my simple problem.
> 
>         I cannot find HOW TO SET AUTO COMMIT feature of InstantDB off.
> 
> On documentation web page I was not able to find it in syntax page as a
> statement. And I was not succesfull trying to find it as a setting in file
> *.prp
> 
>                                                 Thank you for processing
>                                                 Pavel Jetensky
>                                                 IS Development, Corpus Solutions, a.s.
>                                                 Czech Republic
> 
> -----------------------------------------------------------------------------
> 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.
-----------------------------------------------------------------------------
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.