转载的.....C#读取Clob数据并转换为字符串: using System.Data.OracleClient;using System.IO;using System.Text; int actual = 0; //this.FreeTextBox1.Text = "<FONT color=#ffc0cb>this is as test</FONT>"; OracleConnection conn = new OracleConnection("Data Source=INFOPLAT;User ID=infomanager;Password=admin;"); OracleCommand cmd = new OracleCommand(); cmd.Connection = conn; String strSql = "SELECT 相关链接 FROM xxtable where SN='88'"; cmd.CommandText = strSql; cmd.CommandType = CommandType.Text; try } 相关文章: 2022-12-23 2022-12-23 2021-08-24 2022-12-23 2022-12-23 2022-12-23 2022-12-23 2022-12-23