Description
PowerBuilder and InfoMaker provide a new DBParm parameter named LowerCaseIdent for use with the Sybase DirectConnect interface.
LowerCaseIdent is relevant only when connecting to a DB2/MVS database. It specifies whether PowerBuilder or Infomaker displays identifier names in lowercase.
Purpose
Set LowerCaseIdent to Yes to display identifier names in lowercase. If you are migrating an application that previously used the InformationConnect DB2 Gateway or Net-Gateway for DB2 interface to the DirectConnect for DB2/MVS database interface, you should set the LowerCaseIdent DBParm parameter value to Yes. This will enable you to continue to use the SQL painter to edit DataWindows in graphics mode.
Usage
As with any other DBParm parameter, you can set LowerCaseIdent in the Database Profile Setup dialog box for your connection or in a PowerBuilder application script.
|