ADOX创建ACCESS 表时,几个附加属性
中文 | 英文 |
允许空字符串 | Jet OLEDB:Allow Zero Length |
Unicode压缩 | Jet OLEDB:Compressed UNICODE Strings |
有效性规则 | Jet OLEDB:Column Validation Rule |
有效性文本 | Jet OLEDB:Column Validation Text |
必填字段 | Nullable |
固定长度 | Fixed Length |
默认值 | Default |
标题? | Description |
- 使用 Attributes 属性确定列是否为固定长度,或者是否能包含 Null 值。
- 使用 Properties 集合访问提供者特有的属性。
http://www.pcreview.co.uk/forums/re-change-field-required-property-adox-t1685138.html
http://www.cnblogs.com/flashcloud/archive/2009/01/20/1378881.html
http://microsoft.public.data.ado.narkive.com/35gKl1SX/adox-access-table-creation-with-nullable-columns-in-c
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。