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

Visual Basic

 
QuestionMicrosoft KB-180736 Pin
hhuntman26-Feb-07 16:13
hhuntman26-Feb-07 16:13 
AnswerRe: Microsoft KB-180736 Pin
Dave Kreskowiak27-Feb-07 2:42
mveDave Kreskowiak27-Feb-07 2:42 
QuestionHow to open Excel file? Pin
moomoooomoo26-Feb-07 15:36
moomoooomoo26-Feb-07 15:36 
AnswerRe: How to open Excel file? Pin
Krish - KP26-Feb-07 23:18
Krish - KP26-Feb-07 23:18 
Questionvb.net update query how to Pin
JustmeNick26-Feb-07 11:21
JustmeNick26-Feb-07 11:21 
AnswerRe: vb.net update query how to Pin
Guffa26-Feb-07 21:38
Guffa26-Feb-07 21:38 
GeneralRe: vb.net update query how to Pin
JustmeNick27-Feb-07 4:16
JustmeNick27-Feb-07 4:16 
AnswerRe: vb.net update query how to Pin
Guffa27-Feb-07 6:25
Guffa27-Feb-07 6:25 
Here is an update query that you can use:

Dim queryString As String = "UPDATE [R_Application] SET [Fname]=@Fname, [Mname]=@Mname, [Lname]=@Lname WHERE (" & _
"[R_Application].[AppId] = @AppId)"


As you see, this is the same as you posted in your other thread. There is nothing wrong with it.

As I said in the other thread, you have to look for the error elsewhere in the code.

Debug the code and look carefully where you get the values from that you put in the parameters for the database call. I suspect that what you actually put in the parameters is the exact values that you find in the database.

---
single minded; short sighted; long gone;

QuestionRounding a number in VB.NET Pin
harveyhanson26-Feb-07 10:12
harveyhanson26-Feb-07 10:12 
AnswerRe: Rounding a number in VB.NET Pin
Christian Graus26-Feb-07 10:24
protectorChristian Graus26-Feb-07 10:24 
AnswerRe: Rounding a number in VB.NET Pin
The ANZAC26-Feb-07 10:30
The ANZAC26-Feb-07 10:30 
GeneralRe: Rounding a number in VB.NET Pin
Christian Graus26-Feb-07 10:33
protectorChristian Graus26-Feb-07 10:33 
AnswerRe: Rounding a number in VB.NET Pin
JUNEYT26-Feb-07 11:17
JUNEYT26-Feb-07 11:17 
GeneralRe: Rounding a number in VB.NET Pin
TwoFaced26-Feb-07 11:55
TwoFaced26-Feb-07 11:55 
GeneralRe: Rounding a number in VB.NET Pin
Christian Graus26-Feb-07 12:39
protectorChristian Graus26-Feb-07 12:39 
GeneralRe: Rounding a number in VB.NET Pin
TwoFaced26-Feb-07 12:56
TwoFaced26-Feb-07 12:56 
QuestionHow can I use the barcode in my Program? Pin
khaiyam26-Feb-07 7:13
khaiyam26-Feb-07 7:13 
AnswerRe: How can I use the barcode in my Program? Pin
Christian Graus26-Feb-07 10:22
protectorChristian Graus26-Feb-07 10:22 
AnswerRe: How can I use the barcode in my Program? Pin
haggenx27-Feb-07 7:21
haggenx27-Feb-07 7:21 
QuestionHow to get opened document filename/path in word Pin
Muhammad Nauman Yousuf26-Feb-07 5:57
Muhammad Nauman Yousuf26-Feb-07 5:57 
QuestionHow to capture document filename/path in word Pin
salma_sultana28-Feb-07 0:59
salma_sultana28-Feb-07 0:59 
Questionruntime controls Pin
balakpn26-Feb-07 2:36
balakpn26-Feb-07 2:36 
AnswerRe: runtime controls Pin
JUNEYT26-Feb-07 3:22
JUNEYT26-Feb-07 3:22 
GeneralRe: runtime controls Pin
balakpn26-Feb-07 18:35
balakpn26-Feb-07 18:35 
GeneralRe: runtime controls Pin
JUNEYT26-Feb-07 23:13
JUNEYT26-Feb-07 23: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.