<div>Unless I am reading my log incorrectly, it looks like Valentina is saying a record was added to my table.  Yet when I check my table, it does not add the record.  I added 7 records to the table via V Studio...which is why the log shows record 8 for the addition.  Is there anything that would prevent a record from being added...even though Valentina thinks is is added?</div>

<div> </div>
<div>Valentina_DebugLevel...<br> PARAM: inLevel = "kLogParams"<br>return</div>
<div>VDatabase_Constructor...<br> PARAM: inEnumStorageType = "0"<br>return revDb = 62007632</div>
<div>VDatabase_Open...<br> PARAM: dbRef = "62007632"<br> PARAM: inStrPath = "C:/Users/Warren/Desktop/NewSpinner/Database/Spinnables.vdb"<br>return</div>
<div>VDatabase_Table...<br> PARAM: dbRef = "62007632"<br> PARAM: inIntIndexOrStrName = "Spinnables"<br>return res = 135595432</div>
<div>VTable_SetBlank...<br> PARAM: tblRef = "135595432"<br>return</div>
<div>VTable_Field...<br> PARAM: tblRef = "135595432"<br> PARAM: inIntIndexOrStrName = "Keyword1"<br>return res = 135595768</div>
<div>VTable_Field...<br> PARAM: tblRef = "135595432"<br> PARAM: inIntIndexOrStrName = "Term1"<br>return res = 135604208</div>
<div>VField_Value...<br> PARAM: fldRef = "135595768"<br> PARAM: inStrValue = "999"<br>return</div>
<div>VField_Value...<br> PARAM: fldRef = "135604208"<br> PARAM: inStrValue = "999"<br>return</div>
<div>VTable_AddRecord...<br> PARAM: tblRef = "135595432"<br>return res = 8</div>
<div> </div>