.Net中Access数据格式对应

25 篇文章 0 订阅

INFO: OleDbType Enumeration vs. Microsoft Access Data Types

<script type="text/javascript">function loadTOCNode(){}</script>
Article ID:320435
Last Review:February 22, 2007
Revision:4.1
This article was previously published under Q320435
<script type="text/javascript"> var sectionFilter = "type != 'notice' && type != 'securedata' && type != 'querywords'"; var tocArrow = "/library/images/support/kbgraphics/public/en-us/downarrow.gif"; var depthLimit = 10; var depth3Limit = 10; var depth4Limit = 5; var depth5Limit = 3; var tocEntryMinimum = 1; </script><script src="/common/script/gsfx/kbtoc.js?9" type="text/javascript"></script>

SUMMARY

<script type="text/javascript">loadTOCNode(1, 'summary');</script>
This article describes how the Microsoft .NET Platform OLE DB types map to the Microsoft Access data types for columns.

Back to the top

MORE INFORMATION

<script type="text/javascript">loadTOCNode(1, 'moreinformation');</script>
When you use the Access interface to design a table, you see several choices for field types that do not match to database data types. This is because these "types" are just display formats and do not determine the data type. Access uses other properties that are not necessarily exposed through the Microsoft OLE DB Provider for Jet to determine how to format the data.

Examples of these properties include the following:
General Date, Long Date, Long Time, Medium Time, Short Time, Medium Date, and Short Date are display formats for DateTime data type.
Hyperlink is a display format for Access Text data type.
True/False and On/Off both map to the Access Yes/No data type.

Back to the top

List of the Most Common Data Type Mappings

<script type="text/javascript">loadTOCNode(2, 'moreinformation');</script>The following table lists the most common data types that are used in Microsoft Access and how these data types relate to the Microsoft .NET Framework data types and to the OleDbType enumeration.

Access Type NameDatabase Data TypeOLE DB Type.NET Framework TypeMember Name
TextVarWCharDBTYPE_WSTRSystem.StringOleDbType.VarWChar
MemoLongVarWCharDBTYPE_WSTRSystem.StringOleDbType.LongVarWChar
Number: ByteUnsignedTinyIntDBTYPE_UI1System.ByteOleDbType.UnsignedTinyInt
Yes/NoBooleanDBTYPE_BOOLSystem.BooleanOleDbType.Boolean
Date/TimeDateTimeDBTYPE_DATESystem.DateTimeOleDbType.Date
CurrencyDecimalDBTYPE_NUMERICSystem.DecimalOleDbType.Numeric
Number: DecimalDecimalDBTYPE_NUMERICSystem.DecimalOleDbType.Numeric
Number: DoubleDoubleDBTYPE_R8System.DoubleOleDbType.Double
Autonumber (Replication ID)GUIDDBTYPE_GUIDSystem.GuidOleDbType.Guid
Number: (Replication ID)GUIDDBTYPE_GUIDSystem.GuidOleDbType.Guid
Autonumber (Long Integer)IntegerDBTYPE_I4System.Int32OleDbType.Integer
Number: (Long Integer)IntegerDBTYPE_I4System.Int32OleDbType.Integer
OLE ObjectLongVarBinaryDBTYPE_BYTESArray of System.ByteOleDbType.LongVarBinary
Number: SingleSingleDBTYPE_R4System.SingleOleDbType.Single
Number: IntegerSmallIntDBTYPE_I2System.Int16OleDbType.SmallInt
BinaryVarBinary*DBTYPE_BYTESArray of System.ByteOleDbType.Binary
HyperlinkVarWCharDBTYPE_WSTRSystem.StringOleDbType.VarWChar

* This data type is not available in the Access designer user interface. You must create this data type through code.

Back to the top

REFERENCES

<script type="text/javascript">loadTOCNode(1, 'references');</script>
For more information about data types, visit the following MSDN Web sites:
OLE DB Provider for Microsoft Jet: Data Type Support
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbprovjet_data_type_support.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbprovjet_data_type_support.asp)

OLE DB Provider for Microsoft Jet: Provider-Specific Properties in DBPROPSET_JETOLEDB_COLUMN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbprovjet_provider_specific_properties_in_dbpropset_jetoledb_column.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/oledb/htm/oledbprovjet_provider_specific_properties_in_dbpropset_jetoledb_column.asp)

OleDbType Enumeration
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDataOleDbOleDbTypeClassTopic.asp (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemDataOleDbOleDbTypeClassTopic.asp)
 
  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值