![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a strange issue, I have a number of tables linked to an informix database. The queries have been working just fine for quite a while, but suddenly, all queries that use RTrim (or LTrim or Trim for that matter) return #ERROR for whichever field is using RTrim. Even stranger, is that if I create a new database and link the same tables, it works just fine. This is a simple case that shows the error SELECT xcal_patdemo.patid, RTrim([xcal_patdemo]![lname]) AS Expr1 FROM xcal_patdemo WHERE (((xcal_patdemo.patid)="108264")); Works just fine in my test database, but not in my real one. If I leave out RTrim, it works (but is padded, of course). It seems like RTrim is somehow "missing" or been overridden somehow. Any suggestions? Thanks, Mark |
![]() |
| Thread Tools | |
| Display Modes | |
| |