Click here to Skip to main content
15,896,118 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky201130-Jan-12 14:02
rizaky201130-Jan-12 14:02 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Dave Kreskowiak30-Jan-12 15:21
mveDave Kreskowiak30-Jan-12 15:21 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky201130-Jan-12 16:59
rizaky201130-Jan-12 16:59 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Dave Kreskowiak30-Jan-12 18:04
mveDave Kreskowiak30-Jan-12 18:04 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky201131-Jan-12 17:02
rizaky201131-Jan-12 17:02 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Dave Kreskowiak1-Feb-12 1:32
mveDave Kreskowiak1-Feb-12 1:32 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky20116-Feb-12 14:37
rizaky20116-Feb-12 14:37 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Dave Kreskowiak6-Feb-12 16:43
mveDave Kreskowiak6-Feb-12 16:43 
You're kidding, right? Ever hear of experimenting a little? It's the best way to teach yourself something. Make a little change, see what it does.
VB
Dim query As String = "INSERT INTO table (numericField1, stringField1) VALUES (23, 'SomeString')"


BTW, the way you built your SQL statement is the worst possible method you could use to do it. Google for ".net parameterized query" and start reading. Seriously.

GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky20116-Feb-12 17:39
rizaky20116-Feb-12 17:39 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Dave Kreskowiak7-Feb-12 1:45
mveDave Kreskowiak7-Feb-12 1:45 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky20117-Feb-12 14:31
rizaky20117-Feb-12 14:31 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Dave Kreskowiak7-Feb-12 15:10
mveDave Kreskowiak7-Feb-12 15:10 
AnswerRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
Bernhard Hiller26-Jan-12 21:03
Bernhard Hiller26-Jan-12 21:03 
GeneralRe: Run-time error '-2147217913 (80040e07)': Data type mismatch in criteria expression Pin
rizaky201129-Jan-12 19:08
rizaky201129-Jan-12 19:08 
QuestionTamper-proof service Pin
Brandon-X1200024-Jan-12 0:30
Brandon-X1200024-Jan-12 0:30 
AnswerRe: Tamper-proof service Pin
Eddy Vluggen24-Jan-12 5:10
professionalEddy Vluggen24-Jan-12 5:10 
GeneralRe: Tamper-proof service Pin
Brandon-X1200024-Jan-12 7:48
Brandon-X1200024-Jan-12 7:48 
AnswerRe: Tamper-proof service Pin
Eddy Vluggen24-Jan-12 12:08
professionalEddy Vluggen24-Jan-12 12:08 
GeneralRe: Tamper-proof service Pin
Brandon-X1200031-Jan-12 11:33
Brandon-X1200031-Jan-12 11:33 
GeneralRe: Tamper-proof service Pin
Wes Aday25-Jan-12 3:13
professionalWes Aday25-Jan-12 3:13 
GeneralRe: Tamper-proof service Pin
Brandon-X1200031-Jan-12 11:34
Brandon-X1200031-Jan-12 11:34 
Questionvb.net - Show the name of Table and Fields in DB Ms access Pin
Mangore7523-Jan-12 10:51
Mangore7523-Jan-12 10:51 
AnswerRe: vb.net - Show the name of Table and Fields in DB Ms access Pin
Eddy Vluggen23-Jan-12 11:07
professionalEddy Vluggen23-Jan-12 11:07 
GeneralRe: vb.net - Show the name of Table and Fields in DB Ms access Pin
Mangore7524-Jan-12 3:32
Mangore7524-Jan-12 3:32 
AnswerRe: vb.net - Show the name of Table and Fields in DB Ms access Pin
Eddy Vluggen24-Jan-12 5:13
professionalEddy Vluggen24-Jan-12 5:13 

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.