Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

MySqlCommand Command.Parameters.Add đã lỗi thời

thử AddWithValue

command.Parameters.AddWithValue("@mcUserName", mcUserNameNew);
command.Parameters.AddWithValue("@mcUserPass", mcUserPassNew);
command.Parameters.AddWithValue("@twUserName", twUserNameNew);
command.Parameters.AddWithValue("@twUserPass", twUserPassNew);

và không bao bọc các trình giữ chỗ bằng các dấu ngoặc kép.

string SQL = "INSERT INTO `twMCUserDB` (`mc_userName`, `mc_userPass`, `tw_userName`, `tw_userPass`) VALUES (@mcUserName, @mcUserPass, @twUserName, @twUserPass)";


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Loại lỗi cú pháp không hợp lệ =MyISAM trong DDL được tạo bởi Hibernate

  2. Quản lý MySQL với phpMyAdmin trên Ubuntu 9.10 (Karmic)

  3. 7 cách tìm hàng trùng lặp khi bỏ qua khóa chính trong MySQL

  4. Giải pháp tốt nhất để tổng hợp kết nối cơ sở dữ liệu trong python là gì?

  5. MySQL - Hàng đến cột