More info:
http://blog.cincura.net/233571-ado-net-provider-5-1-1-0-for-firebird-is-ready/
.
--
Mgr. Jiří Činčura
Independent IT Specialist
--
___
Firebird-net-provider mailing
Hello,
what is the best practice to rollback a failed statement with EF?
1. Working with an entity in a context
2. Putting a raw SQL statement to the database via the context
Is it really neccesssary to get transaction before context:SaveChanges() in
order to rollback?
> Is it really neccesssary to get transaction before context:SaveChanges()
> in
> order to rollback?
Yes, if you want to rollback manually. OTOH if there's an error while
processing the data, the rollback is automatic. Also take into account
that the transaction is only in database, not in context
Hi,
http://blog.cincura.net/233572-compression-support-in-firebirdclient-beta/
Give it a nice good test. The sooner we test it, the sooner it will be
released.
--
Mgr. Jiří Činčura
Independent IT Specialist
--