Forum Post: RE: Export from progress to SQL server Database - Error messages

  • Thread starter Thread starter Stefan Marquardt
  • Start date Start date
Status
Not open for further replies.
S

Stefan Marquardt

Guest
IIRC, dbtool sets sql_width to twice the width of the widest instance if the field in question I just run a test with 10.2A: Twice a value would be every time an even value but it's odd. Current max fieldLen for T02Accident (27): Fld# SQLWidth Max Width ERROR NAME ---- -------- --------- ----- ---- 4: 200 245 *** AccidentName After running dbtool it's: Current max fieldLen for T02Accident (27): Fld# SQLWidth Max Width ERROR NAME ---- -------- --------- ----- ---- 4: 245 245 AccidentName So 10.2A dbtool sets sql-width to max.width or something goes wrong on my side ... Stefan

Continue reading...
 
Status
Not open for further replies.
Back
Top