facing problem while executing vb.net query

前端 未结 7 1000
情深已故
情深已故 2020-12-12 07:24
Dim con As SqlConnection
        con = New SqlConnection(\"server=chinna; uid=sa; pwd=136018@h; database=icms\")
        con.Open()
        Dim cmd As SqlCommand
            


        
7条回答
  •  离开以前
    2020-12-12 08:10

    What is your error or are you just getting a null for rdr?

    I don't see an outpout paramenter. You need one. You only have an input parameter.

提交回复
热议问题