I get this error every so often when browsing records on a form. I will be moving from record to record on one form one table and suddenly this error pops up on a particular record.
java.sql.SQLException: SQL ERROR - [position 266, near 'SoundsLike' in '6,157,158)? TAIL 21 TAIL '] (0) and expected but not found at position 81.
SQL: select zip_codes._rowid, zip_codes.city, zip_codes.zip, zip_codes.st, zip_codes.state, zip_codes.county, zip_codes.area_code, zip_codes.country from zip_codes where zip_codes._rowid in (139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158)null TAIL 21 TAIL 21 SQL ERROR - [position 266, near 'SoundsLike' in '6,157,158)? TAIL 21 TAIL '] (0) and expected but not found at position 81.
SQL: select zip_codes._rowid, zip_codes.city, zip_codes.zip, zip_codes.st, zip_codes.state, zip_codes.county, zip_codes.area_code, zip_codes.country from zip_codes where zip_codes._rowid in (139,140,141,142,143,144,145,146,147,148,149,150,151,152,153,154,155,156,157,158)null TAIL 21 TAIL 21
What does this mean?
I am using an OpenBase (8.0.4) backend for this form.
Servoy Developer
Version R2 2.1.2-build 315
Java version 1.4.2-38 (Mac OS X)
I have browsed the data with Aqua Data Studio and no errors popup on it.