Bug fix, added correct cpp file

This commit is contained in:
David Anderson
2004-06-29 05:54:53 +00:00
parent e1a3b158d0
commit e8d33e1379
2 changed files with 358 additions and 1 deletions

View File

@ -138,7 +138,7 @@ int SQL::Query(const char *query)
}
}
SQLResult::Query(SQL *cn, const char *query)
int SQLResult::Query(SQL *cn, const char *query)
{
res = PQexec(cn->cn, query);
row = -1;