문제

I'm doing a reverse engineer of a MySQL database to pass it to a Sybase database.

When I generate the Database Script (for the Sybase database), it gives me errors because it only allows a 30 length object name. The thing is, with ASE 15.X versions, we can have object names with 250 tops.

Is it possible to change the object name length allowed?

도움이 되었습니까?

해결책

From the Docs:

The database package name and code length is limited by the maximum length specified in the DBMS definition and in the naming conventions of the model options.

Length is specified in the DBMS definition, which can be found at

OBJECT > DB Package > MaxLen

Open the DBMS editor, with Database > Edit Current DBMS Then under Script > Objects.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top