English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how do I wrire to Ms access

2006-11-04 01:58:13 · 1 answers · asked by kain_odeh 2 in Computers & Internet Programming & Design

I am using this AccessDataSource1
and in my code:

Dim dr As Data.DataView = CType(AccessDataSource1.Select(DataSourceSelectArguments.Empty), Data.DataView)

know to go I add data to my data base usin this metethology

and I dont know why the whole world is typing the connection when you can add a control like AccessDataSource1????
help please

2006-11-06 03:11:17 · update #1

I am using this AccessDataSource1
and in my code:

Dim dr As Data.DataView = CType(AccessDataSource1.Select(DataSourceSelectArguments.Empty), Data.DataView)

know how to do I add data to my data base using this metethology

and I dont know why the whole world is typing the connection when you can add a control like AccessDataSource1????
help please

2006-11-06 03:13:59 · update #2

1 answers

Use an OleDBDataAdapter along with an appropriate connection string.

http://samples.gotdotnet.com/quickstart/howto/doc/adoplus/adoplusoverview.aspx

A complete explanation probably isn't possible in a forum like this. There's a good book on the topic, that covers nearly everything you can do with ado.net:

http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764584375.html

2006-11-04 02:06:44 · answer #1 · answered by evolver 6 · 0 0

fedest.com, questions and answers