I am new to Pervasive and am using
Pervasive.SQL V8
Service Pack 1 Release - March 2003
I am trying add an Identity column, something that should be very easy but cannot seem to find how to do it.
I see in the HELP that there exists datatypes IDENTITY AND SMALLIDENTITY, but how does one select these when adding a column? I have every datatype to select from (integer, float, char, etc. etc.) except the IDENTITY types. They are not on the list and I cannot find how to make a column autoincremnt and be an Identity column.
I would like to end up with an Identity column that will autoincrement so I can create a Primary Key index and, once that is done, create an index on a second field that I need indexed.
Thanks
Tim
Pervasive.SQL V8
Service Pack 1 Release - March 2003
I am trying add an Identity column, something that should be very easy but cannot seem to find how to do it.
I see in the HELP that there exists datatypes IDENTITY AND SMALLIDENTITY, but how does one select these when adding a column? I have every datatype to select from (integer, float, char, etc. etc.) except the IDENTITY types. They are not on the list and I cannot find how to make a column autoincremnt and be an Identity column.
I would like to end up with an Identity column that will autoincrement so I can create a Primary Key index and, once that is done, create an index on a second field that I need indexed.
Thanks
Tim