Ask questions about ManagedEsent usage or the ESENT API in general.

Out of table cursors - error

first post: bayganik wrote: What does this error mean? Too many JetSessions opened at same tim...

Dealing with column default values

first post: phil_h wrote: Hi all, I'm just starting to develop an application using the Man...

latest post: martinc wrote: Now I'm picturing you in Thames House in a _Spooks_ episode, or wor...

Nuget package targeted 4.0 runtime

first post: fcschow wrote: 1.8.3.2 seems to require 4.5 runtime. Got following runtime error w...

latest post: martinc wrote: Thanks for the report! I received conflicting comments about wheth...

PersistentDictionary and Transactions

first post: steve4you wrote: Hello all,we often need to combine some operations on PersistentDic...

latest post: tronda wrote: Agreed. TransactionScope should really be used and supported by Man...

JET_errAttachedDatabaseMismatch

first post: gfkeogh wrote: Hello folks, I'm writing a Windows Forms utility that is like a lig...

latest post: admin503 wrote: Sorry to post it here, but it is related to disconnected or attach...

Running ManagedEsent with Linq support on .NET framework 4.0

first post: tronda wrote: I would like to get .NET Framework 4.0 support including the LINQ s...

latest post: laurionb wrote: The tests in the solution do give very good test coverage. If you w...

Create a tuple index on binary column to get the record matching substring

first post: Inmarmine wrote: Hi, How do i create a tuple index on column of type JET_coltyp.Bi...

Out of Memory(Microsoft.Isam.Esent.Interop.EsentOutOfMemoryException)

first post: debruyee wrote: Hi, I am trying to use the persistence dictionary in one of my pr...

latest post: martinc wrote: I haven't had the time to try it out myself. ESE should be able to ...

Seek to record with minimum value of integer column

first post: codebuster wrote: Hi, how do I construct a search key to seek to a record with mini...

latest post: codebuster wrote: Works like a charm with decent performance :D Thanks for ponting m...

Linq of the TValue of a Persistent Dictionary, a bad idea?

first post: belitre wrote: I was testing Persistent Dictionary in the following scenario: A d...

latest post: belitre wrote: Thank you both. If I eventually need more query support, I will go ...