Re: SQL CE Transaction Problem
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 06/21/04
- Next message: Mike: "Re: Changing Icons in windows CE"
- Previous message: Jon Welch: "Protecting programs from crackers"
- In reply to: Jonathan: "SQL CE Transaction Problem"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 21 Jun 2004 11:47:31 +0100
Jonathan <Jonathan@discussions.microsoft.com> wrote:
> I am trying to start a transaction and I am getting this error:
> BeginTransaction requires an open and availible Connection. The connection's current state is Open, Fetching.
>
> I have executed previous SQL statements, but they should have been
> completed several lines before I try to start the transaction.
How did you execute them though? If you used ExecuteReader, did you
definitely close the reader afterwards?
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Mike: "Re: Changing Icons in windows CE"
- Previous message: Jon Welch: "Protecting programs from crackers"
- In reply to: Jonathan: "SQL CE Transaction Problem"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|