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