----- [email protected] wrote:

> I have a dataset that i want to remove records from.  
> I issued...
>  
> myds.execute('delete from dataset where id=whatever")
>  
> I then ran
>  
> myds.execute('select * from dataset")
>  
> and the values were gone, however the values still show up when I
> issue
>  
> mydsd

Not sure what you are doing above?

>  
> How do I re-synch?

A  dataset is just an in memory SQLite db. Sounds like there is a COMMIT 
missing in the sequence and when you revisit the db it has rolled back the 
DELETE.

>  
> Thanks,
> Larry

Adrian Klaver
[email protected]


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: 
http://leafe.com/archives/byMID/345495091.1815341251231375383.javamail.r...@sz0030a.emeryville.ca.mail.comcast.net

Reply via email to