Syntax error

miwaypro

Active member
Joined
Oct 18, 2003
Messages
36
Location
Malaysia
can someone tell me what is the correct syntax for the following statement?
Code:
Dim Parm3 As SqlParameter = .SelectCommand.Parameters.Add("@movedate", SqlDbType.DateTime.DateTime.Format("dd/mm/yyyy"))
 
Back
Top