Hi,
I need help.
I'm using Sybase OLEDB Provider 2.1, Visual Basic 6.0 and Microsoft Activex Data Object 2.5.
How can to know if a field is of type IDENTITY in a RecordSet?
I know that using the property Type of Field, for example:
RS.Field.Type = adNUMERIC, but I would like to know when is IDENTITY not NUMERIC.
Bye.