I'm creating a table in an MS Access97 dbase via SQL/ODBC from another application.
ODBCStatement := "CREATE TABLE Questions (QuestionID DOUBLE DEFAULT 0);"
Am I doing something wrong with this 'DEFAULT' statement? Can I even set the field default value this way? I've tried every combination I can think of... it always fails when there is a DEFAULT statement included. Any help GREATLY appreciated... I'm going for a motorcycle ride.... life's too short for this. :- )
ODBCStatement := "CREATE TABLE Questions (QuestionID DOUBLE DEFAULT 0);"
Am I doing something wrong with this 'DEFAULT' statement? Can I even set the field default value this way? I've tried every combination I can think of... it always fails when there is a DEFAULT statement included. Any help GREATLY appreciated... I'm going for a motorcycle ride.... life's too short for this. :- )