Description
PowerBuilder and InfoMaker provide a new DBParm parameter named TrimSpaces for use with the Sybase DirectConnect interface.
TrimSpaces specifies that PowerBuilder or Infomaker should trim trailing spaces from data values retrieved from the following data types: Char, Char for Bit Data, VarChar, and VarChar for Bit Data.
Purpose
Set TrimSpaces to 0 if you do not want PowerBuilder or InfoMaker to trim spaces.
Usage
As with any other DBParm parameter, you can set TrimSpaces in the Database Profile Setup dialog box for your connection or in a PowerBuilder application script.
|