Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top