アドバイスをお願いします。 sql = "SELECT * FROM TEST_TABLE" cmd = New SqlCommand(sql, db.con) cmd.CommandTimeout = 0 da = New SqlDataAdapter(cmd)
確定! 回上一頁