G
Guest
I'm writing a VB.Net program. At startup the program looks for a default
Access mdb and if it isn't there, creates it. At least that's the design.
My question is this: Using ADOX, is there anyway to declare an
AutoIncrement table field? I don't see anything in the DataTypeEnum that
seems equivalent.
Dim tbl As New Table
tbl.Name = "Table1"
tbl.Columns.Append("Field1", ??????? )
Access mdb and if it isn't there, creates it. At least that's the design.
My question is this: Using ADOX, is there anyway to declare an
AutoIncrement table field? I don't see anything in the DataTypeEnum that
seems equivalent.
Dim tbl As New Table
tbl.Name = "Table1"
tbl.Columns.Append("Field1", ??????? )