This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
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?