Upgraded to Visual C# Express 2005 SP1, can no longer persist data inSQL Server Express

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • hardieca@hotmail.com

    Upgraded to Visual C# Express 2005 SP1, can no longer persist data inSQL Server Express

    Hi,

    After upgrading C# Express 2005, none of my apps will persist data to
    SQL Server Express (have not yet applied the Service
    Pack...download ing now).

    While the application is running, I can access the data I have tried
    to save in the database, but as soon as I stop and restart the
    application, the data disappears. It is like my entire application is
    wrapped in a TransactionScop e that does not get committed (and no, I'm
    not using transactions... )

    I even downloaded a couple starter kits from Microsoft, and data is
    not being persisted in them either. I have tried inserting data with
    inline SQL, stored procedures, and the starter kits are using custom
    datasets, and the data keeps disappearing once the application is
    stopped.

    Anyone have any ideas? I tried googling for relevant information, no
    joy.

    C.
Working...