HI
I am writing VB.NET application for Pocket PC
I am trying to use database transaction (Sql CE database) and I am getting the following error while starting the transaction
â??BeginTransaction requires an open and available Connection. The connectionâ??s state is Open, Fetchingâ??
I verified my code. I closed all SqlCeDataReaders and SqlCeCommands I have used before starting the transaction
I am not sure what the problem could be
Any hints would be greatly appreciated
Thank you
Gre