Subject Problem with embedded database
Author sanjeevsan
I have an embedded database for my application. When i sent my
application to a customer to test, he was not able to use the
applicaten as intended. He was having all sorts of problem with the
database.

I found out that the 'where' clause in the SQL was not working. All SQL
statements work but when there is a where clause, the database does not
return anything.
Well, I sent the customer a database with all the data in it and still
he could not see everything. It worked on a different computer and on
almost all the computer in my office. Does anyone know what is going on?

One more thing. On my computer also, if I have an exception raised from
the database, where clause in the SQL stops working.

Thanks
Sanjeev