Sign In
ESE/ESENT Database Stuff
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
February 2011
(1)
June 2010
(1)
March 2010
(1)
September 2009
(1)
August 2009
(2)
May 2009
(1)
April 2009
(4)
March 2009
(3)
February 2009
(2)
January 2009
(4)
December 2008
(2)
November 2008
(1)
October 2008
(5)
May 2007
(1)
January, 2009
MSDN Blogs
>
ESE/ESENT Database Stuff
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
ESE/ESENT Database Stuff
A dbm-like interface for Esent on IronPython
Posted
over 3 years ago
by
Laurion Burchall
0
Comments
I've wanted to be able to use Esent as a simple, fast, reliable and persistent key/value store. The Python standard libraries contain that kind of functionality in the *dbm modules. I've been working on providing identical functionality layered on top...
ESE/ESENT Database Stuff
A C++ Refactoring Trick for "Encapsulate Field"
Posted
over 3 years ago
by
Laurion Burchall
1
Comments
I was working on some old code that had a structure that looked like this struct Foo { bool fOptionEnabled; }; Tons of places in the code would check to see if the option was enabled, and do something based on it. The change I needed to make required...
ESE/ESENT Database Stuff
Memcmp in C#
Posted
over 3 years ago
by
Laurion Burchall
2
Comments
I confess that, for some years now, I've wondered what the managed equivalent of memcmp() was, usually when I wanted to compare two byte arrays for equality. It turns out that Linq provides a SequenceEquals() extension method which does exactly what I...
ESE/ESENT Database Stuff
Inserting a record does NOT move the cursor
Posted
over 3 years ago
by
Laurion Burchall
0
Comments
Inserting a record into a table doesn't change the location of the JET_TABLEID used to insert the record. At one level this makes sense because a JET_TABLEID is an iterator on a table and inserting a record into a table shouldn't change the position of...
Page 1 of 1 (4 items)