SQL to add column with default value - Access 2003

前端 未结 5 1367
悲&欢浪女
悲&欢浪女 2020-11-30 12:59

Updating an old ASP/Access site for a client - I need SQL to add a column to an existing table and set a default value. Doesn\'t work - any ideas?

This works fine

5条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-30 13:41

    How are you connecting to the database to run the update SQL? You can use the ODBC compatible mode through ADO. Without opening the database in Access.

提交回复
热议问题