20-12-19, 09:10 PM
PHP كود :
dim StrSQL as string = "Select * From TableName "
Dim cn As New SqlConnection("Server =(local);database=DatabaseName;integrated security=true")
Dim da As New SqlDataAdapter(StrSQL, cn)
Dim dt As New DataTable
da.Fill(dt)
Dgv_Table.DataSource = dt
سبحان الله وبحمده سبحان الله العظيم و الحمد لله ولا اله الا الله والله اكبر
