Moving from text to varchar(MAX): Are there any troubles to expect with MS Access?

前端 未结 5 1888
感动是毒
感动是毒 2020-12-20 00:44

It is well-known that MS Access applications (MDBs) using SQL Server backends have trouble with certain data types. For example,

  • bit field sup
5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-20 01:13

    We are in the same situation: MS-Access front end, SQL Server back end. We are already creating all new fields as nvarchar(max) instead of ntext, without any problem on the user side. As we do not use either text or image field types, I cannot say anything on them.

提交回复
热议问题