摘要:
如:INSERT INTO TEST VALUES (:ID1, :CALLNUM1, :CHANNEL1) OracleParameter parameter_ID = new OracleParameter("ID", OracleDbType.Int32); parameter_ID.Direction = ParameterDirection.Input; parameter_ID.Value = ID; command.Para... 阅读全文
posted @ 2012-05-15 16:24
txsun
阅读(1410)
评论(0)
推荐(0)

浙公网安备 33010602011771号