Book a Demo

Author Topic: CHAR(1) in OpenEdge SQL script  (Read 3575 times)

Thomas Mercer-Hursh

  • EA User
  • **
  • Posts: 386
  • Karma: +0/-0
  • Computing Integrity
    • View Profile
CHAR(1) in OpenEdge SQL script
« on: December 19, 2007, 04:33:13 pm »
I seem to have found a BIG problem with the SQL script for creating an OpenEdge repository.  This is that there are a number of columns defined as CHAR(1).  This is mapped into the datatype fixchar which appears to be a datatype that works fine with SQL, but which cannot be accessed from ABL.

The fix would seem to be to convert these to a datatype like VARCHAR which maps to an ordinary ABL datatype, but will this cause EA a problem?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8087
  • Karma: +118/-20
    • View Profile
Re: CHAR(1) in OpenEdge SQL script
« Reply #1 on: December 19, 2007, 09:06:13 pm »
Hi Thomas,

I'd recommend emailing sparx systems support directly with any queries about the underlying datastructure.

Unfortunately, I don't know enough about this area myself to say what problems you may run into.