Hi. I use dataset only to display data. I do updateing with executing INSERT SQL statement with
myCommand.ExecuteNonQuery()
ok.
But after I insert data, I need to refresh dataset, to display correct content.
How can I do this, and - is it ok if I do so, or do I have to change methods?
tx
matej
myCommand.ExecuteNonQuery()
ok.
But after I insert data, I need to refresh dataset, to display correct content.
How can I do this, and - is it ok if I do so, or do I have to change methods?
tx
matej