Added various SQL statements: create database, create table, create index. Did some code reshuffling.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@619 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -88,7 +88,7 @@ RCODE F_DbSystem::dbCopy(
|
||||
|
||||
// Open the source database so we can force a checkpoint.
|
||||
|
||||
if (RC_BAD( rc = openDb( pszSrcDbName, pszSrcDataDir, pszSrcRflDir,
|
||||
if (RC_BAD( rc = openDatabase( pszSrcDbName, pszSrcDataDir, pszSrcRflDir,
|
||||
NULL, 0, &pDb)))
|
||||
{
|
||||
goto Exit;
|
||||
|
||||
Reference in New Issue
Block a user