易截截图软件、单文件、免安装、纯绿色、仅160KB

OleDbType 枚举与 Microsoft Access 数据类型

最常见的数据类型映射的列表
下表列出了在 Microsoft Access 和如何这些数据类型与相关 Microsoft.net 框架数据类型,并 OleDbType 枚举中使用最常见的数据类型。
收起该表格展开该表格
访问类型名称
数据库数据类型
OLE DB 类型
.NET 框架类型
成员名称
文本
VarWChar
DBTYPE_WSTR
System.String
OleDbType.VarWChar
备忘录
LongVarWCha r
DBTYPE_WSTR
System.String
OleDbType.LongVarWChar
数字: 字节
UnsignedTinyInt
dbtype_ui1
System.Byte
OleDbType.UnsignedTinyInt
是/否
布尔
DBTYPE_BOOL
System.Boolean
OleDbType.Boolean
日期/时间
日期时间
DBTYPE_DATE
System.DateTime
OleDbType.Date
货币
十进制
DBTYPE_NUMERIC
System.Decimal
OleDbType.Numeric
数字: 十进制
十进制
DBTYPE_NUMERIC
System.Decimal
OleDbType.Numeric
数字: 双

dbtype_r8
System.Double
OleDbType.Double
自动编号 (同步复制 ID)
GUID
DBTYPE_GUID
System.Guid
OleDbType.Guid
号码: (同步复制 ID)
GUID
DBTYPE_GUID
System.Guid
OleDbType.Guid
自动编号 (长整型)
整数
dbtype_i4
System.Int32
OleDbType.Integer
号码: (长整型)
整数
dbtype_i4
System.Int32
OleDbType.Integer
OLE 对象
LongVarBinary
DBTYPE_BYTES
System.Byte 的数组
OleDbType.LongVarBinary
数字: 单一
单个
dbtype_r4
System.Single
OleDbType.Single
编号: 整型
SmallInt
dbtype_i2
System.Int16
OleDbType.SmallInt
二进制
VarBinary *
DBTYPE_BYTES
System.Byte 的数组
OleDbType.Binary
超链接
VarWChar
DBTYPE_WSTR
System.String
OleDbType.VarWChar
转自


相关文档:

access宏操作

打开    OpenDataAccessPage:在页视图或设计视图中打开数据访问页
OpenForm:在窗体视图、窗体设计视图、打印预览或数据表视图中打开窗体
OpenModule:在指定过程的设计视图中打开指定的模块
OpenQuery:打开选择查询或交叉表查询
OpenReport:在设计视图或打印预览视图中打开报表或立即打印该报表 ......

access关联删除的问题

问题:
 有二个表
A表:
id Comment yuyan lanmuid
1 aaaa  chinese 1
2 bbbb english 1
3 cccc chinese 2
4 ddddd  english 2
B表:
id lanmu
1 公司简介
2 联系方式
3 经营范围
在删除B表的一行数据时会把A表关联ID的数据也删除,请问有什么好方法?我不想操作2次删除的语句.
解决方 ......

Access Code Fingerprint Door Lock

 HTML clipboard
Presidential edition double action fingerprint and access code security door
lock for your office, business or home. Get 100% safety at your entry point with
this maximum security style deadbolt double action lock.
This is one of the best and most secure methods in assuri ......

Access Web System from external

Take Equity Collection System as an example, Some other office collegues want to access it from home without VPN, The way to check is:
1.  Check if it's limited in network, this needs to confirm with network people
2.  If the step 1 passed, get the external IP address of the system, map ......

得到access表字段名VBS脚本

 
set adoCN   =createobject("ADODB.CONNECTION")
set strCnn  =createobject("ADODB.Recordset")    
set rstSchema   =createobject("ADODB.Recordset")
  Dim   I   
dim n
        str1 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号