易截截图软件、单文件、免安装、纯绿色、仅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关联删除的问题

问题:
 有二个表
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

Double action
fingerprint
and access code security door lock for your home,
office or small business. Get modern biometric security at your entry point with
this standard door handle style double action doorlock.
This is the most secure and convenient method in assuring only authorized peo ......

c#操作access数据库

 using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.OleDb;
namespace AddressList
{
public partial class FrmAccessUse : Form
{
public Fr ......

ADO数据库连接Access

创建基于对话框的应用程序ADO,向对话框中添加一个列表视图控件,并为其添加变量m_Grid
第一步:ADO对象的导入
在StdAfx.h头文件中:
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, bu
//      are ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号