SQLce Select query problem
        Posted  
        
            by DieHard
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by DieHard
        
        
        
        Published on 2010-06-03T02:38:19Z
        Indexed on 
            2010/06/03
            2:44 UTC
        
        
        Read the original article
        Hit count: 380
        
Wrote a Truck show Contest voting app, financial etc using sqlite. decided to write backup app for show day using ce 3.5. Created db moved to data directory, created tables configured dgridviews all is well. Entered some test data started management studio 08 ran select query against table and got null returns. Started app from vs studio and found that test data is gone. Re entered data ran query in MS data gone again.
If I use VS Studio can start and enter data, close app restart and data is still there, seems only when using outside tool on select query data deletes.
I don't know ce that well but this cannot be right.
select * from votes = delete * from votes??????????????
© Stack Overflow or respective owner