J
Jon Skeet [C# MVP]
Can SQL CE handle multiple transactions on the same connection? I've
just been implementing a logger which writes its log entries to the
database. It works fine when there's no "active transaction" but it's a
bit of a pain if I can't write log entries within database code...
(One alternative would be to buffer up entries, of course, but that's
slightly unwieldy.)
just been implementing a logger which writes its log entries to the
database. It works fine when there's no "active transaction" but it's a
bit of a pain if I can't write log entries within database code...
(One alternative would be to buffer up entries, of course, but that's
slightly unwieldy.)