It's the old blog on blogger platform. There are no updates here.
С# запрос к базе / c# request to base
SqlCommand cmd =new SqlCommand("update table set bestOfTheBestField=@par where Na uslovie fantazii ne hvatilo");
cmd.Parameters.Add("@par", SqlDbType.Int).Value =(int)this.textBox.Text.Trim();return cmd.ExecuteNonQuery();
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.