Hi

   I have a problem with special character in blob fields sub-type1, 
  It's return just a number like  1234003403, not the content of field

        using (FbDataReader r = cmd.ExecuteReader())
        {
                while (r.Read())
                {
                        string val = r.GetString(0);
                        Console.WriteLine("Value: " + val);
                }
        }


Latim chacaracters like á, Â, it's not returned with routine..

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to