fixup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f110f39530
commit
08429a81ca
@ -2164,7 +2164,7 @@ bool wxDb::ExecSql(const wxString &pSqlStmt)
|
||||
|
||||
|
||||
/********** 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;
|
||||
|
Loading…
Reference in New Issue
Block a user