<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><pre><i> 
</i>&gt;<i> However I seem to be having problems with adding new records since I upgraded
</i>&gt;<i> from 3.4 to 4.3
</i>&gt;<i> 
</i>&gt;<i> The following code executes with no error....and adds the new record using
</i>&gt;<i> 3.4..
</i>&gt;<i> 
</i>&gt;<i> It executes without error on 4.3 but it does not actually add the record to
</i>&gt;<i> the database...I have checked it with Studio..
</i>&gt;<i> 
</i>&gt;<i>  DateString = 
</i>&gt;<i> Format(pd.year,"00")+Format(pd.month,"00")+Format(pd.day,"00")+"."+FORMAT(pd.h
</i>&gt;<i> our,"00")+FORMAT(pd.minute,"00")+FORMAT(pd.second,"00")
</i>&gt;<i>     mDb.mEq.SetBlank
</i>&gt;<i>     mDb.mEq.dbDescript.SetString(trim(Uppercase(mainwindow.ed(0).text))+" -
</i>&gt;<i> "+trim(mainwindow.ed(1).text))
</i>&gt;<i>     mDb.mEq.dbHigh.SetString(CheckEquity(0))
</i>&gt;<i>     mDb.mEq.dbLow.SetString(CheckEquity(1))
</i>&gt;<i>     mDb.mEq.dbDivd.SetString(trim(mainwindow.ed(2).text))
</i>&gt;<i>     if Mainwindow.targCB.Value and val(trim(mainwindow.ed(4).text)) &lt;&gt; 0 and
</i>&gt;<i> trim(mainwindow.ed(4).text) &lt;&gt; "" then
</i>&gt;<i>       mDb.mEq.dbTarg.SetString(trim(mainwindow.ed(4).text)+"y")
</i>&gt;<i>     else
</i>&gt;<i>       mDb.mEq.dbTarg.SetString(trim(mainwindow.ed(4).text))
</i>&gt;<i>     end if
</i>&gt;<i>     mDb.mEq.dbBuy.SetString(trim(mainwindow.ed(3).text))
</i>&gt;<i>     saveIndustry
</i>&gt;<i>     
</i>&gt;<i> mDb.mEq.dbPerf.SetString(CheckEquity(3)+mainwindow.editCB(1).text+str(mainwind
</i>&gt;<i> ow.editCB(0).ListIndex))
</i>&gt;<i>     mDb.mEq.dbequityID.value = DateString
</i>&gt;<i>     call mDb.mEq.Addrecord()
</i>&gt;<i>     mDb.mEq.Flush()
</i>&gt;<i> 
</i>&gt;<i> I have tried flushing the whole database..ie: mDb.flush(),,,to no avail...
</i>&gt;<i> 
</i>&gt;<i> What am I doing incorrectly?
</i>
&gt;&gt;Quick guess.

&gt;&gt;You was on 3.4?  Quite old.

&gt;&gt;May be you have now problem with date/time strings conversion.</pre><pre>Not using a date field in my database..only stringfields and varchars fields.....</pre><pre>so....the datestring 20091021.100000 should just be stored as a string....</pre><pre>
&gt;&gt;At some point in the past we have made VERY strict this.
&gt;&gt;Even extra space will cause error.

&gt;&gt;So check what exactly string you get by above code.</pre><pre>&gt;&gt;Check may be exception is thrown but you do not see this,</pre><pre>Placed an Exception in the method adding records...it does not get used...</pre><pre>&gt;&gt;Check V4RB log file also</pre><pre>No log files created by this action...</pre><pre>Other happenings..</pre><pre>If I delete the database and run the application....it errs by not recognizing the preference table that I use when app.open code is executed...</pre><pre>rsOpen = Nil</pre><pre>rsOpen = mDb.SQLSelect("select * from Choices","EVCursorLocation.kClentside)</pre><pre>vException is...on the SQLSelect</pre><pre>it should have created an empty database...but throws the log error</pre><pre>Table ( or view) is not found:  sys_Diagrams</pre><pre>Get View: No view with the name Equity.</pre><pre><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; "><pre>The tables should have been made...the .vdb file exists but nothing in it.</pre></span></pre><pre>Thanks</pre><pre><span class="Apple-style-span" style="font-family: Helvetica; white-space: normal; font-size: 13px; ">Harry &amp; Chuck</span></pre><div apple-content-edited="true"><span class="Apple-style-span" style="font-size: 13px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><br></div></div></span><br class="Apple-interchange-newline"> </div><br></body></html>