Based on http://stackoverflow.com/questions/9...mber-on-import I am using
which results in a ODBC error. (And, yes, the table is empty first.)
How else can this be accomplished?
Code:
dosql = "ALTER TABLE CUSTCARDHIST ALTER COLUMN ID COUNTER(1,1)" SQL_Stmt %SQL_STMT_IMMEDIATE, dosql CheckForSQLerrors
How else can this be accomplished?
Comment