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:
dsandersoremutah
2006-06-28 20:40:19 +00:00
parent 3b7f239230
commit 1001afe772
17 changed files with 4662 additions and 1339 deletions

View File

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