<div>I am trying to delete a record and am getting the following "Wrong ref for tblRef' in my log. What is this telling me as the same table works as a select a few lines down in the log.</div>
<div> </div>
<div>Here is my delete statement:</div>
<div> </div>
<div><b><font color="#7f7f00">put</font></b> Vtable_DeleteRecord(fDatabase,<font color="#00007f">"Delete FROM Favorites where KeywordF = '"</font> & tLine & <font color="#00007f">"'"</font>)</div>
<div>
<p><b><font color="#7f7f00">get</font></b> vDatabase_Flush(fDatabase)</p>
<p>My log....</p></div>
<div>VTable_DeleteRecord...<br> PARAM: tblRef = "53415400"<br>ERROR: Wrong ref for "tblRef"</div>
<p>return None</p>
<p>VDatabase_Flush...<br> PARAM: dbRef = "53415400"<br>return</p>
<p>VDatabase_SqlSelect...<br> PARAM: dbRef = "53415400"<br> PARAM: inStrQuery = "SELECT Termf FROM Favorites where KeywordF = 'test2j' Order by TermF"<br>return res = 53415512</p>