HighTechTalks DotNet Forums  

Help using "OleDbDataAdapter.Insert Command"

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss Help using "OleDbDataAdapter.Insert Command" in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
james
 
Posts: n/a

Default Help using "OleDbDataAdapter.Insert Command" - 08-12-2003 , 02:44 PM






Can someone point me to an example of how to complete
"OleDbDataAdapter.InsertCommand" command to insert a row
into access database. I use 2003 visual studio.net
academic using VB. thanks

Reply With Quote
  #2  
Old   
Somchai U.
 
Posts: n/a

Default Re: Help using "OleDbDataAdapter.Insert Command" - 08-14-2003 , 02:08 AM






DataAdapter is use together with DataSet. You insert into the DataSet and
send it to DataAdapter to update database. For starter, I suggest you use
OleDbCommandBuilder to setup DataAdapter.xxxCommand automatically.

Somchai

"james" <misjjd2 (AT) yahoo (DOT) com> wrote

Quote:
Can someone point me to an example of how to complete
"OleDbDataAdapter.InsertCommand" command to insert a row
into access database. I use 2003 visual studio.net
academic using VB. thanks



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.