vb.net - Need to edit coloumn 2 of row 0 of SSCE 3.5 database -


i need edit coloumn 2 of row 0 of ssce 3.5 database. using following code. generates no error database unchanged.

me.taset.fill(me.dsset.tblquestions)     dsset.tblquestions.rows(0).item(2) = "edited"     taset.update(dsset.tblquestions) 

please advise.

if insert , delete statements on dataset working, there must wrong update statement.


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -