Click here to Skip to main content
15,918,808 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionGreek Characters [modified] Pin
Harold_Wishes9-Aug-06 9:36
Harold_Wishes9-Aug-06 9:36 
QuestionGet source from a web page [modified] Pin
Grags9-Aug-06 9:27
Grags9-Aug-06 9:27 
Questionlistview item update Pin
eatwork9-Aug-06 8:09
eatwork9-Aug-06 8:09 
QuestionVB 2005 How to code an emailing function? Pin
Solly749-Aug-06 8:05
Solly749-Aug-06 8:05 
AnswerRe: VB 2005 How to code an emailing function? Pin
Christian Graus9-Aug-06 11:45
protectorChristian Graus9-Aug-06 11:45 
GeneralRe: VB 2005 How to code an emailing function? Pin
Paul Conrad9-Aug-06 12:13
professionalPaul Conrad9-Aug-06 12:13 
QuestionHow to add a select all button to a OpenFileDialog Pin
Glen Conaway9-Aug-06 7:24
Glen Conaway9-Aug-06 7:24 
QuestionParametric sql command: see actual sql statement Pin
raul.net9-Aug-06 7:17
raul.net9-Aug-06 7:17 
Hello again,
i'm using a parametric command like this:

odbAdapter.UpdateCommand = New OleDbCommand( _
"UPDATE Operators SET description=@description, today=@today, name=@name, role=@role WHERE id=@id")

How can i see, while debugging, the actual sql statement passed to Access by DataAdapter.Update method?

It looks like there's a mismatch between the column of the table in the database and the columns of the dataset. I can say this because values are saved into db table, but in the wrong columns (precisely, it's a shift).
I need to see the actual statement to point out what's wrong.

Is there anyone who faced this yet?

AnswerRe: Parametric sql command: see actual sql statement Pin
Dave Kreskowiak9-Aug-06 10:22
mveDave Kreskowiak9-Aug-06 10:22 
GeneralRe: Parametric sql command: see actual sql statement Pin
raul.net9-Aug-06 21:59
raul.net9-Aug-06 21:59 
GeneralRe: Parametric sql command: see actual sql statement Pin
Dave Kreskowiak10-Aug-06 2:19
mveDave Kreskowiak10-Aug-06 2:19 
GeneralRe: Parametric sql command: see actual sql statement Pin
raul.net11-Aug-06 3:34
raul.net11-Aug-06 3:34 
Questionhow to insert flash movie in vb.net Pin
nishanth cy9-Aug-06 5:57
nishanth cy9-Aug-06 5:57 
Questionhow to create dockable menu(dock menu) in vb.net Pin
nishanth cy9-Aug-06 5:55
nishanth cy9-Aug-06 5:55 
QuestionHandle of specific location in Image file Pin
viv28129-Aug-06 5:09
viv28129-Aug-06 5:09 
AnswerQuestion Revised (Memory Address of specific location in Image file) Pin
viv28129-Aug-06 7:32
viv28129-Aug-06 7:32 
Questionvalidating string entry with masked textboxes VB2005 Pin
Solly749-Aug-06 4:31
Solly749-Aug-06 4:31 
AnswerRe: validating string entry with masked textboxes VB2005 Pin
Leah_Garrett9-Aug-06 4:37
Leah_Garrett9-Aug-06 4:37 
GeneralRe: validating string entry with masked textboxes VB2005 Pin
Solly749-Aug-06 5:00
Solly749-Aug-06 5:00 
GeneralRe: validating string entry with masked textboxes VB2005 Pin
Dave Kreskowiak9-Aug-06 5:07
mveDave Kreskowiak9-Aug-06 5:07 
GeneralRe: validating string entry with masked textboxes VB2005 Pin
Solly749-Aug-06 5:15
Solly749-Aug-06 5:15 
GeneralRe: validating string entry with masked textboxes VB2005 Pin
Dave Kreskowiak9-Aug-06 6:07
mveDave Kreskowiak9-Aug-06 6:07 
GeneralRe: validating string entry with masked textboxes VB2005 Pin
Solly749-Aug-06 6:29
Solly749-Aug-06 6:29 
QuestionSending Command to the printer on parallel port Pin
Shariq Zia9-Aug-06 3:17
Shariq Zia9-Aug-06 3:17 
QuestionPopulating Combobox from Excel Pin
sun-light1239-Aug-06 2:31
sun-light1239-Aug-06 2:31 

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.