.NET USING C # + ADO.NET essay (1) --- Get column name

zhaozj2021-02-16  69

I used ADO before, I used it for the first time. I tried it for a long time, the rookie is not afraid, huh, huh ...

STRSQL = "SELECT * FROM [DBO]." Conn = New SqlConnection (Source); conn.open (); cmd = new sqlcommand (strsql, conn); DR = cmd.executeReader (); for (i = 0; i ");} conn.close ();

转载请注明原文地址:https://www.9cbs.com/read-16723.html

New Post(0)