Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: sort array in vb Pin
Christian Graus30-Apr-07 12:09
protectorChristian Graus30-Apr-07 12:09 
GeneralRe: sort array in vb Pin
Arun.Immanuel30-Apr-07 15:16
Arun.Immanuel30-Apr-07 15:16 
GeneralRe: sort array in vb Pin
Christian Graus30-Apr-07 22:16
protectorChristian Graus30-Apr-07 22:16 
AnswerRe: sort array in vb Pin
TwoFaced30-Apr-07 12:02
TwoFaced30-Apr-07 12:02 
QuestionProblem Updating Access DB... Pin
CCG330-Apr-07 9:25
CCG330-Apr-07 9:25 
AnswerRe: Problem Updating Access DB... Pin
Dave Kreskowiak30-Apr-07 10:12
mveDave Kreskowiak30-Apr-07 10:12 
GeneralRe: Problem Updating Access DB... Pin
CCG330-Apr-07 10:31
CCG330-Apr-07 10:31 
GeneralRe: Problem Updating Access DB... Pin
Dave Kreskowiak30-Apr-07 11:59
mveDave Kreskowiak30-Apr-07 11:59 
If you're using a DataAdapter and doing updates back to the database through that Adapter, there is no choice. You MUST provide the other SQL commands, either by using the CommandBuilder, or by supplying them yourself.

If you're not calling update on the Adatper, then you don't need the other commands. There is simply no getting around this if you use an Adapter.

There are, of course, other ways to fill a dataset and writing data back to a database without using a DataSet.


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Problem Updating Access DB... Pin
CCG31-May-07 1:34
CCG31-May-07 1:34 
GeneralRe: Problem Updating Access DB... Pin
Dave Kreskowiak1-May-07 1:50
mveDave Kreskowiak1-May-07 1:50 
GeneralRe: Problem Updating Access DB... Pin
CCG31-May-07 1:53
CCG31-May-07 1:53 
QuestionIBM DOS BASIC 3.0 To .Net Pin
MoreMakarand30-Apr-07 9:14
MoreMakarand30-Apr-07 9:14 
AnswerRe: IBM DOS BASIC 3.0 To .Net Pin
Dave Kreskowiak30-Apr-07 9:24
mveDave Kreskowiak30-Apr-07 9:24 
GeneralRe: IBM DOS BASIC 3.0 To .Net Pin
MoreMakarand1-May-07 3:15
MoreMakarand1-May-07 3:15 
QuestionVb.net apps require internet access to run? Pin
Emetz56430-Apr-07 8:42
Emetz56430-Apr-07 8:42 
AnswerRe: Vb.net apps require internet access to run? Pin
Dave Kreskowiak30-Apr-07 9:23
mveDave Kreskowiak30-Apr-07 9:23 
GeneralRe: Vb.net apps require internet access to run? Pin
Emetz56430-Apr-07 22:47
Emetz56430-Apr-07 22:47 
GeneralRe: Vb.net apps require internet access to run? Pin
Dave Kreskowiak1-May-07 2:06
mveDave Kreskowiak1-May-07 2:06 
Questiondetecting mouse click on a form playing a video Pin
kuku3330-Apr-07 6:42
kuku3330-Apr-07 6:42 
AnswerRe: detecting mouse click on a form playing a video Pin
Dave Kreskowiak30-Apr-07 10:09
mveDave Kreskowiak30-Apr-07 10:09 
GeneralRe: detecting mouse click on a form playing a video Pin
kuku335-May-07 0:42
kuku335-May-07 0:42 
GeneralRe: detecting mouse click on a form playing a video Pin
Dave Kreskowiak5-May-07 3:42
mveDave Kreskowiak5-May-07 3:42 
QuestionBiz talk server and .Net Pin
nitin_ion30-Apr-07 6:01
nitin_ion30-Apr-07 6:01 
AnswerRe: Biz talk server and .Net Pin
Dave Kreskowiak30-Apr-07 9:17
mveDave Kreskowiak30-Apr-07 9:17 
Questionhow to process richtextbox load using backgroundworker Pin
musay30-Apr-07 5:57
musay30-Apr-07 5:57 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.