摘要: 1.データベースからの読み込み Dim strSql As String = "select IMG from TBL where ID=XX" Dim cmd As New OracleCommand(strSql, cnn) Dim dr As OracleDataReader = cmd.Ex... 阅读全文
posted @ 2015-10-23 12:07 sekihin 阅读(193) 评论(0) 推荐(0) 编辑