How to ALTER TABLE using UCanAccess

后端 未结 3 1925
长发绾君心
长发绾君心 2020-12-22 04:23

I am using UCanAccess JDBC-driver (version 3.0.3.1) to connect to the mdb-file. And I need to add the column to existing table. The problem is that the statement

         


        
3条回答
  •  情深已故
    2020-12-22 04:58

    Ucanaccess can't support this very requested feature until the underlying jackcess library doesn't support it. We (Ucanaccess team) could automate the above mentioned steps, but for the same reason, we can't create fk and so, in many cases, reproduce an exact copy of an original table. While altering a table, we would lose the referential integrity constraints... so, for now, it's better to do nothing. So sorry, no solution currently.

提交回复
热议问题