Arama Sonuçları

  1. salih5253

    SQL Injection Koruması

    std::string sQuery(szQuery); m_sql.AsyncQuery(sQuery.substr(0, sQuery.find_first_of(";") == std::string::npos ? sQuery.length(): sQuery.find_first_of(";")).c_str());
Geri
Üst