Click here to Skip to main content
15,916,180 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: MAPI Pin
Dave Bacher18-May-06 7:41
Dave Bacher18-May-06 7:41 
GeneralRe: MAPI Pin
cj433118-May-06 8:04
cj433118-May-06 8:04 
GeneralRe: MAPI Pin
cj433118-May-06 8:24
cj433118-May-06 8:24 
GeneralRe: MAPI Pin
cj433119-May-06 4:56
cj433119-May-06 4:56 
QuestionApplication.Undo Method Pin
slw1234@sbcglobal.net18-May-06 4:28
slw1234@sbcglobal.net18-May-06 4:28 
Questionproble in landscape and portrait images in asp.net 1.1 Pin
amaneet18-May-06 3:00
amaneet18-May-06 3:00 
AnswerRe: proble in landscape and portrait images in asp.net 1.1 Pin
_AK_18-May-06 19:55
_AK_18-May-06 19:55 
Questionproblem Pin
amaneet18-May-06 2:50
amaneet18-May-06 2:50 
Sir,


I am using the update query and there is occuring the problem
There is a syntax error in update command.


Please sort out the problem
Thanks and Regards
amaneet Brar

str = "Provider = Microsoft.jet.Oledb.4.0;Data Source =" + Server.MapPath("\sandeep\sujok\sujok.mdb")
con = New OleDbConnection(str)
con.Open()
Dim sdd As String = "Update admin Set password ='" & txtNewPassword.Text & "' where user_id = 'ddd' and password = 'aa'"
cmd = New OleDbCommand(sdd, con)
cmd.ExecuteNonQuery()
con.Close()




-- modified at 8:51 Thursday 18th May, 2006
AnswerRe: problem Pin
Colin Angus Mackay18-May-06 4:32
Colin Angus Mackay18-May-06 4:32 
GeneralRe: problem Pin
amaneet18-May-06 20:05
amaneet18-May-06 20:05 
QuestionHow to embed the dll in my project? Pin
cylix200018-May-06 1:49
cylix200018-May-06 1:49 
Questionchange index colunm in datagrid at runtime Pin
vipinpaliwal198018-May-06 1:31
vipinpaliwal198018-May-06 1:31 
GeneralRe: change index colunm in datagrid at runtime Pin
_AK_18-May-06 2:05
_AK_18-May-06 2:05 
QuestionSimple Question about two forms Pin
cylix200018-May-06 1:18
cylix200018-May-06 1:18 
QuestionCombobox binded Pin
ADY00718-May-06 0:47
ADY00718-May-06 0:47 
AnswerRe: Combobox binded Pin
_AK_18-May-06 2:04
_AK_18-May-06 2:04 
GeneralRe: Combobox binded Pin
ADY00718-May-06 3:09
ADY00718-May-06 3:09 
GeneralRe: Combobox binded Pin
_AK_18-May-06 20:05
_AK_18-May-06 20:05 
QuestionSearch Google Pin
Dave McCool17-May-06 23:42
Dave McCool17-May-06 23:42 
AnswerRe: Search Google Pin
Christian Graus17-May-06 23:56
protectorChristian Graus17-May-06 23:56 
GeneralRe: Search Google Pin
Yuvi Panda17-May-06 23:58
Yuvi Panda17-May-06 23:58 
Questioncode to find scanner is connected in USB Pin
subhsam17-May-06 23:40
subhsam17-May-06 23:40 
QuestionRe: code to find scanner is connected in USB Pin
subhsam19-May-06 23:50
subhsam19-May-06 23:50 
AnswerRe: code to find scanner is connected in USB Pin
mjcm_22-May-06 23:30
mjcm_22-May-06 23:30 
QuestionRe: code to find scanner is connected in USB Pin
subhsam5-Jun-06 23:13
subhsam5-Jun-06 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.