Recent content by smason

  1. smason

    Error Using RIGHT or LEFT with ODBC question

    I think I might have found the field with this Data Administration > Data Dictionary thing. What am I looking at? Width / Format? . Is my error saying that there is data stored in the database that is longer than the width?
  2. smason

    Error Using RIGHT or LEFT with ODBC question

    I'm trying to use an ODBC query in Microsoft SQL Server Manager Studio to get data from an Epicor Progress DB. The driver we have to use is OpenEdge 102a / DLL file is pgoe1023.dll if that helps. SELECT c.Company, c.CallSeqNum, c.CallDesc, RIGHT(c.CallText, 4000), c.SalesRepCode, ... many...
Top