Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

ERRE

Open yossef7 opened this issue 2 years ago • 1 comments
trafficstars

error

Dim connstring As String = ConfigurationManager.ConnectionStrings("ConnectionString").ConnectionString Dim cmd As New SqlCommand(" Select * from Table_1 Where date_register >= @date_register And date_register <= @date_register2", conn) cmd.Parameters.Add("@date_register", SqlDbType.Date).Value = "#" & DatePicker.value & "#" cmd.Parameters.Add("@date_register2", SqlDbType.Date).Value = "#" & DatePicker2.value & "#" 'Dim myreader As SqlDataReader If conn.State = ConnectionState.Closed Then conn.Open() End If Dim myreader As SqlDataReader = cmd.ExecuteReader conn.Close()

Hello everyone, is there a solution for this error?

yossef7 avatar Sep 28 '23 14:09 yossef7

Off-Topic. Go to StackOverflow or other Forum websites, and ask there, when you are developing your own Software.

BC100Dev avatar Oct 09 '23 20:10 BC100Dev