Nullable bool fields in MS Access linked tables

后端 未结 3 1333
无人及你
无人及你 2020-12-07 02:36

Looks like I\'m not the only one out there with this issue, but there doesn\'t seem to be an anwwer to this problem.

I\'m working in Access 2010, using a linked tabl

3条回答
  •  抹茶落季
    2020-12-07 02:49

    Following the analysis in this Microsoft KB http://support.microsoft.com/kb/318882 here is what we did to solve this problem. 1) We ran a sql script to update the rows in that table which had nulls in the bit fields, 2) We then modified the table definition to include a default value of '0' in those bit fields.

提交回复
热议问题