Search results

  1. H

    Help with SQL statement

    I am trying to use SQL Server 2000 to pull from Progress using OpenLink Lite 8.3e .. the query I am trying to run is select usrw_charfld[11] format x(20) from usrw_wkfl i can run with no problems so it is a syntax issue select usrw_charfld[11] from usrw_wkfl the error I recieve is...
  2. H

    SQL Server DTS with format "x(32)"

    Sorry if this is in the wrong forum. I am trying to use OpenLink Lite for Progress 8.3e (Large Client) to pull our qad databases into sql server. I am having a problem pulling the usrw_wklf table. SQL Server sees all the user defined fields being 8 characters long, when I know they are not...
Back
Top