ODBC width change

Mokash

Member
Hello All,

Please help me in resolving the following issue.

I just want to change the ODBC width of a field. Currently the Actual DB width Format of a field is X(26) and ODBC Width 52, now I want ODBC width to be 75.

Progress version 91.e
Platform LINUX

I tried using data dictonary --> Schema --> SQL Properties but it was showing the error that db is in use by --- .Wait or Press Ctrl-C to stop.

Please explain, for making the ODBC width changes, database must be in single user?

Or if we run the following program(I have not run this yet)

find first _file where _file._file-name = "<table-name>".
find first _field of _file where
_field._field-name = "<field-name>".
update _field._width.

Is there need to restart the databse in order to take change effects.

Please suggest if any other method of doing this.

Thanks in advance
 

Casper

ProgressTalk.com Moderator
Staff member
search here @progresstalk for dbtool or just use it: option 2.

Casper.
 
Top