I�m trying to retrieve information about if a table contains an IDENTITY column or not. I�m using Sybase 12.5 server. I think the way the MSSQL server provides this information is through the data type name provided by the DatabaseMetaData class, but unfortunately this is not the case for the Sybase server. Suggestions anyone?
Andr�
subject: Information about IDENTITY columns in Sybase