locked
database inwindows mobile6 RRS feed

  • Question

  • hi every body

    i am writing a project in windows mobile6 i have a data base and a table that i put in  one of my form that when ever i run the project i can see the records of that table(draging in from datasourse  to form) during the projects i add records to that table i need these info during program and also when i close the form contain table i want the  the info to remain in table so when i reopen it it still contain the info i add  but i want when ever i close the hole project my table dont keep any of new info and will be the same as before is it possible ?help me please!!!!!!

    Tuesday, January 27, 2009 1:07 PM

Answers

  • Hi,

    you are probably  doesn't propagate changes to the database.

    You must use DataAdapter and one of the update methods.

    datadapter.Update(myDataSet, "MyTableName")

    HTH

    Rene Stein


    http://blog.renestein.net Twitter: renestein
    Tuesday, January 27, 2009 1:37 PM