我想在向量中插入我的表中變量的名稱和類型。我使用的語言是C++。C++ mysql_fetch_field獲取變量名稱和類型. 這裏是我的代碼: std::vector<std::string> parameters; ...
確定! 回上一頁