persistentstorage/sql/SRC/Server/SqlSrvStrings.h
branchRCL_3
changeset 15 fcc16690f446
parent 0 08ec8eefde2f
equal deleted inserted replaced
14:04ec7606545c 15:fcc16690f446
     1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    53 CONST_LIT16(KMasterTable16,			"sqlite_master");
    53 CONST_LIT16(KMasterTable16,			"sqlite_master");
    54 CONST_LIT16(KSecurityTable16,		"symbian_security");
    54 CONST_LIT16(KSecurityTable16,		"symbian_security");
    55 CONST_LIT16(KSettingsTable16,		"symbian_settings");
    55 CONST_LIT16(KSettingsTable16,		"symbian_settings");
    56 
    56 
    57 // config consts
    57 // config consts
    58 #ifdef SYSLIBS_TEST
    58 #if defined SYSLIBS_TEST || defined SQL_SOFT_HEAP_LIMIT_TEST
    59 CONST_LIT16(KSqlSrvDefaultConfigFile, "c:\\test\\t_sqlserver.cfg");
    59 CONST_LIT16(KSqlSrvDefaultConfigFile, "c:\\test\\t_sqlserver.cfg");
    60 CONST_LIT16(KSqlSrvDbConfigFileFormat, "c:cfg*");
    60 CONST_LIT16(KSqlSrvDbConfigFileFormat, "c:cfg*");
    61 #else
    61 #else
    62 CONST_LIT16(KSqlSrvDefaultConfigFile, "z:SqlServer.cfg");
    62 CONST_LIT16(KSqlSrvDefaultConfigFile, "z:SqlServer.cfg");
    63 CONST_LIT16(KSqlSrvDbConfigFileFormat, "z:cfg*");
    63 CONST_LIT16(KSqlSrvDbConfigFileFormat, "z:cfg*");