摘要: strSQL = "update table set title=@title,content=@content where id="+id+"" myConn = New OleDbConnection(strConn) myCommand = New OleDbCommand(strSQL, myConn) myCommand.Parameters.Add("@title",new_ti... 阅读全文
posted @ 2005-04-19 10:35 aaron.net 阅读(406) 评论(0) 推荐(0) 编辑