how can i create an autoincrement field via a connection using the jet 3.5 database engine?
this is my connection string
i've found information about jet 4.0 and then setting 'autoincrement' on the properties,Code:objDB.ActiveConnection = "Provider=Microsoft.Jet.OLEDB.3.51;Data Source=" & strFileName
but how can i do this in jet 3.5??


Reply With Quote
