B
budi_s_ch
strSQL = "INSERT INTO TrCS VALUES (" & _
Val(TxtTrId.Text) & ",'" & _
DtpTrDate.Value.ToShortDateString & "','"
& _
TxtCallerName.Text & "','" & _
CboProblem.Text & "','" & _
CboCauses.Text & "','" & _
TxtSolution.Text & "','Solve')"
Hi... This statement is wrong, how to solve it ???
Any one help please?
Val(TxtTrId.Text) & ",'" & _
DtpTrDate.Value.ToShortDateString & "','"
& _
TxtCallerName.Text & "','" & _
CboProblem.Text & "','" & _
CboCauses.Text & "','" & _
TxtSolution.Text & "','Solve')"
Hi... This statement is wrong, how to solve it ???
Any one help please?