sql >> Database teknologi >  >> RDS >> Sqlserver

Udfyld datagittervisning fra sql-tabel

Prøv denne kode .

getConnect()
Try
    Conn.Open()
    Dim strSQL As String = "SELECT EMP_ID, EMP_NAME FROM EMPLOYEE ORDER BY EMP_NAME ASC"
    Conn.Close()
    Dim da As New SqlDataAdapter(strSQL, Conn)
    Dim ds As new Dataset
    da.Fill(ds,"EMPLOYEE")
    ATCGRID.DataSource = ds.tables(0)
Catch ex As SqlException
    MsgBox(ex.Message, MsgBoxStyle.Critical, "SQL Error")
Catch ex As Exception
    MsgBox(ex.Message, MsgBoxStyle.Critical, "General Error")
End Try


  1. Hvordan forbinder man kun én række i sammenføjet tabel med postgres?

  2. Brug MySQL relationelle databaser på Fedora 12

  3. PSQLEundtagelse:dette resultatsæt er lukket

  4. Forespørgsel om, hvordan du tilføjer de manglende datoer i sql