NOT GETTING ANYWHERE. I have about ten boolean fields in that table. Some select statements on some of the boolean fields cause crashes some do not. I cannot figure out what is the difference between the ones that cause the crash and the ones that don't. I found out that If I use a local database for testing instead of one in the server than all I have to do is restart vStudio and I can use the database again.  This EOF crash is horribly frustrating.<div>
<br></div><div>The database can be cloned and it makes no difference.  There is no indication that there is anything wrong with the database but there must be something wrong with it.<br><br><div class="gmail_quote">On Thu, Jul 19, 2012 at 5:17 PM, william humphrey <span dir="ltr"><<a href="mailto:bill@bluewatermaritime.com" target="_blank">bill@bluewatermaritime.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Getting somewhere. The source of the error is anytime I do a SQL search with a Boolean ( = TRUE) then I get the EOF file error.  You recover from that by unregistering the database, quitting vStudio, re-starting vStudio and re-registering the database.  But since these a SQL statements that I used to use all the time without causing this problem I'm still working to figure out why.
<div><br></div><div>OK - for some reason you can use this SQL:</div><div><br></div><div><div>SELECT i_clients_companyname, i_clients_IsShipper FROM info_clients</div><div>WHERE i_clients_IsShipper = 'FALSE'</div>

</div><div><br></div><div>but if you use:</div><div><br></div><div><div>SELECT i_clients_companyname, i_clients_IsShipper FROM info_clients</div><div>WHERE i_clients_IsShipper = FALSE</div></div><div><br></div><div>without the single quotes you will get EOF error and lots of problems.</div>

</blockquote></div><br><br clear="all"><div><br></div>-- <br><a href="http://www.bluewatermaritime.com">http://www.bluewatermaritime.com</a><br>
</div>