FancyPrairie
Programmer
I have a SQL table that I open with ADODB. I than loop thought each of the columns of the record. Is there a property or something that tells me if a column represents an Identity Specification (i.e. autonumber)?
(NOTE: There is property entitled "IsAutoNumber". But it returns false for a field I know the Identity Specification is true and increments by 1. So that's not it. )
(NOTE: There is property entitled "IsAutoNumber". But it returns false for a field I know the Identity Specification is true and increments by 1. So that's not it. )