git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton 2004-11-06 20:39:44 +00:00
parent f110f39530
commit 08429a81ca

View File

@ -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;