Sign in | Join
Last post 06-08-2005 8:00 PM by RDowdall. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
Hello - I am needing some help with the quotes around the parameter in the sql statement below.Thanks
Dim
dadCalls = New MySqlDataAdapter("Select * from cdr where start_time = " & "'RptDay'", connIVR)
dadCalls = New MySqlDataAdapter("Select * from cdr where start_time = ?"), connIVR) dadCalls.Parameters.Add(New MySqlParameter("@StartTime", datetime)).Value = RptDay