SQLite與MySql、Oracle的使用區別(C#)

1.參數html SQLiteParameter p = new SQLiteParameter(":project_id", DbType.String); p.Value = project_id; MySqlParameter p = new MySqlParameter("?project_id", MySqlDbType.VarChar); p.Value = project_id;
相關文章
相關標籤/搜索