SQL Explorer question

You need to download and apply Epicors ODBC kit. This will truncate all of
your field descriptions.

Thanks
Jeremy


[Non-text portions of this message have been removed]
I am trying to use SQL Explorer (part of the Progress Client package) to
change some data (non key field mind you) on a test database. Here is my
sql statement and subsequent error. If I leave the where statement out
it works fine but returns all the records in the table. Any thoughts?



Thanks





select invoicenum,lbrunitcost, partnum from pub.invcdtl where invoicenum
= 123456



=== SQL Exception 1 ===

SQLState=HY000

ErrorCode=-210012

[JDBC Progress Driver]:Column _Desc in table PUB._Index has value
exceeding its max length or precision.



[Non-text portions of this message have been removed]