HI
I have developed a simple app in vs2010 (vb) that save some data to a table.
I know I have the correct file because in the server explorer (design time) I have manually added a few rows of data to the db.
When I run the app, sure enough the data I wrote to the db in deisgn mode is there at run time and I can add and review more data at runtime.
HOWEVER even though the data is there at run time, is is not saved to the db.sdf file because when I view the contents of the table i nthe designer again, only the data that I manually added is there.
So why is it not saving run time data?
I have tried to wait the 10seconds, and to force 1 secong in the connection string, all to no avail.
Is this a bug? How do I flush the runtime data to disk?
Thank you in advance,
Gareth
View Complete Post