开发者

Need to edit coloumn 2 of row 0 of SSCE 3.5 database

I just need to edit coloumn 2 of row 0 of SSCE 3.5 database. I am using following code. It generates no error but database is also unchanged.

Me.taSet.Fill(Me.Dsset.tblQuestions)
    Dsset.tblQuestions.Rows(0).Item(2) = "EDITED"
    taSet.Update(Dsset.tblQuestions)

Pleas开发者_如何学JAVAe advise.


If the insert and delete statements on your dataset are working, there must be something wrong with you update statement.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜