Column name IS_DEVELOPER in index was shortened to IS_DEV to match the column name in the table. These names were shortened to allow use by dBase which only allows 8 character column names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
George Tasker 1999-11-07 15:26:56 +00:00
parent d433a26fd4
commit 8493118f58

View File

@ -434,7 +434,7 @@ bool Ccontact::CreateIndexes(void)
bool Ok = TRUE;
strcpy(idxDef[0].ColName, "IS_DEVELOPER");
strcpy(idxDef[0].ColName, "IS_DEV");
idxDef[0].Ascending = TRUE;
strcpy(idxDef[1].ColName, "NAME");