longraw?没有听国。才疏学浅!
不过应该能.tostring()把

解决方案 »

  1.   


    what provider are you using? if you are using OracleClient, LongRaw shouild be byte[], see
    ADO Data Type mapping 
    http://www.able-consulting.com/ADODataTypeEnum.htmthe code should be similar to How To Read and Write BLOB Data by Using ADO.NET with Visual C# .NET
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;309158also see
    Read / Write BLOBs from / to Oracle using C# .NET DataSet and DataReader
    http://www.akadia.com/services/dotnet_orablobs.html
      

  2.   

    和读取blob,clob的方法相同,因为都是二进制的数据。
      

  3.   

    另外:oracle中不建议使用long raw类型,建议换成clob
      

  4.   

    二进制数组--数据流--文件(*.doc,*.avi,*.gif,etc)