miwaypro Posted October 4, 2005 Posted October 4, 2005 can someone tell me what is the correct syntax for the following statement? Dim Parm3 As SqlParameter = .SelectCommand.Parameters.Add("@movedate", SqlDbType.DateTime.DateTime.Format("dd/mm/yyyy")) Quote programing programer program
Administrators PlausiblyDamp Posted October 4, 2005 Administrators Posted October 4, 2005 Dim Parm3 As SqlParameter = .SelectCommand.Parameters.Add("@movedate", SqlDbType.DateTime) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
miwaypro Posted October 5, 2005 Author Posted October 5, 2005 Dim Parm3 As SqlParameter = .SelectCommand.Parameters.Add("@movedate", SqlDbType.DateTime) thks, i had solved this problem already Quote programing programer program
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.