git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30322
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/********** wxDb::ExecSql() with column info **********/
/********** wxDb::ExecSql() with column info **********/
-bool wxDb::ExecSqlGetInf(const wxString &pSqlStmt, wxDbColInf** columns, short& numcols)
+bool wxDb::ExecSql(const wxString &pSqlStmt, wxDbColInf** columns, short& numcols)
{
//execute the statement first
if (! ExecSql(pSqlStmt)) return false;
{
//execute the statement first
if (! ExecSql(pSqlStmt)) return false;