Web
Images
Videos
Academic
Dict
Maps
More
Flights
Notebook
OleDbDataAdapter
Web
数据适配器
Web Definition
1.
数据适配器
用
数据适配器
(
OleDbDataAdapter
)及数据集(DataSet)方法例(个人理财汇总模块):Module 汇总 Function pd(ByVal kk As String) …
www.cnblogs.com
|
Based on 8 pages
Sample Sentence
Definition:
All
All
,
数据适配器
数据适配器
Category:
All
All
,
Oral
Oral
,
Written
Written
,
Title
Title
,
Technical
Technical
Source:
All
All
,
Dictionary
Dictionary
,
Web
Web
Difficulty:
All
All
,
Easy
Easy
,
Middle
Middle
,
Hard
Hard
More sentence filters
Hide sentence filters
1.
Initializes a
new
instance
of
the
OleDbDataAdapter
class
with
a SelectCommand
.
用
SelectCommand
初始
化
OleDbDataAdapter
类
的
新
实例
。
yòng
SelectCommand
chū shǐ
huà
OleDbDataAdapter
lèi
de
xīn
shí lì
。
msdn2.microsoft.com
2.
To
work
around
this
problem
,
set
the
timeout
value to
a
high
number
when
using
OleDbDataAdapter
.
若要
解决
这个
问题
,
请
在
使用
OleDbDataAdapter
时
将
超时值
设置
为
一个
较大
的
数字
。
ruò yào
jiě jué
zhè ge
wèn tí
,
qǐng
zài
shǐ yòng
OleDbDataAdapter
shí
jiāng
chāo shí zhí
shè zhì
wéi
yī gè
jiào dà
de
shù zì
。
msdn2.microsoft.com
3.
Initializes a
new
instance
of
the
OleDbDataAdapter
class
with
the
specified
OleDbCommand
as
the SelectCommand
property
.
初始
化
OleDbDataAdapter
类
的
新
实例
,
用
指定
的
OleDbCommand
作为
SelectCommand
的
属性
。
chū shǐ
huà
OleDbDataAdapter
lèi
de
xīn
shí lì
,
yòng
zhǐ dìng
de
OleDbCommand
zuò wéi
SelectCommand
de
shǔ xìng
。
msdn2.microsoft.com
4.
The
following
example
creates
an
instance
of
the
inherited
OleDbDataAdapter
class
,
and
sets
the SelectCommand
and
InsertCommand
properties
.
下面
的
示例
创建
继承
的
OleDbDataAdapter
类
的
实例
,
并
设置
SelectCommand
和
InsertCommand
属性
。
xià mian
de
shì lì
chuàng jiàn
jì chéng
de
OleDbDataAdapter
lèi
de
shí lì
,
bìng
shè zhì
SelectCommand
hé
InsertCommand
shǔ xìng
。
msdn2.microsoft.com
5.
The
following
example
creates
an
OleDbDataAdapter
and
sets
the SelectCommand
and
UpdateCommand
properties
.
下面
的
示例
创建
一个
OleDbDataAdapter
并
设置
SelectCommand
和
UpdateCommand
属性
。
xià mian
de
shì lì
chuàng jiàn
yī gè
OleDbDataAdapter
bìng
shè zhì
SelectCommand
hé
UpdateCommand
shǔ xìng
。
msdn2.microsoft.com
6.
The
following
example
uses
the OleDbCommand
,
along
OleDbDataAdapter
and
OleDbConnection
,
to
select
rows
from
an
Access
database
.
下面
的
示例
将
OleDbCommand
和
OleDbDataAdapter
以及
OleDbConnection
一起
使用
,
从
Access
数据库
中
选择
行
。
xià mian
de
shì lì
jiāng
OleDbCommand
hé
OleDbDataAdapter
yǐ jí
OleDbConnection
yì qǐ
shǐ yòng
,
cóng
Access
shù jù kù
zhōng
xuǎn zé
xíng
。
msdn2.microsoft.com
7.
When
using
the
OleDbDataAdapter
,
you
must
specify
parameters
with a ParameterDirection
of
ReturnValue
before
the
other
parameters
.
在
使用
OleDbDataAdapter
时
,
必须
在
其他
参数
之前
先
使用
ReturnValue
的
ParameterDirection
指定
参数
。
zài
shǐ yòng
OleDbDataAdapter
shí
,
bì xū
zài
qí tā
cān shù
zhī qián
xiān
shǐ yòng
ReturnValue
de
ParameterDirection
zhǐ dìng
cān shù
。
msdn2.microsoft.com