15-08-15, 03:58 AM
سلام
موفقين
كود :
Using da As New SqlDataAdapter("SELECT * From [Rendez_V] WHERE [Dte_RV]=@Dte_RV ORDER BY [Dte_RV], [Hte_RV]", cnn)
da.SelectCommand.Parameters.AddWithValue("@Dte_RV", Now.Date)
Using dt As New DataTable
da.Fill(dt)
DataGridView1.DataSource = dt
End Using
End Usingموفقين
متغيب
