Depends how you want to use it.
Please have a look at http://msdn.microsoft.com/en-us/library/ms229207.aspx
and this
http://msdn.microsoft.com/en-us/library/aa730869%28v=vs.80%29.aspx
http://blog.kowalczyk.info/article/Serialization-in-C.html
Good luck
Hi; Don't panic. Spend some time for videos on youtube for beginners. This will save a lot of time and arrange recent stuff you learned. How to add reference, button event, etc.
Hi
Just now did test - autoincrement works,
but in your case - does it refresh datagrid after every operation?
It is about events again. Seems there is not exchange between data table and grid in correct moment.
Drupal is first to develop in imho
But why not to check something already capable to do such job?
Check please Bitnami stacks for different applications.
Hi!
Every new records can be accomodated by a set of mandatory values, you should generate id, if you want - keep it invisible.
It should behave like a normal field value, check carefully sequence of events.
Also very useful thing - create small test project, do things there, see difference...
Why not to build around this?
cmd.Parameters.Add(new SqlCeParameter("@Id", dt.Rows[i]["Id", DataRowVersion.Original].ToString()));
cmd.CommandText = "your query";
cmd.ExecuteNonQuery();
Also identity field - is a must. Create it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.