From:
<car...@te...> - 2003-02-21 12:32:03
|
Hello: > Yes i found it in FbResultSet.cs... you done great job (again)... Thanks very much. > but it was very strange for me to not found it in doc... I know that you are > doing ADO.NET provider, but for me as c++ programer migrating to c# it was > starenge to not directly call FbBlob :) In the chm file are only the public classes, blob classes are for internal use only, blobs are automatically readed/writed on FbResultSet.cs, for read you can use FbDataReader.GetChars and FbDataReader.GetBytes too. > Its great, but im affraid that in c# im loosing control on my code :-) Its > to so easy to write application... > Im working with firebird from begining (i started with ib 5.5) and writing > apps for that was never so fast and easy :) GREAT... :) -- Best regards Carlos Guzmán Álvarez Vigo-Spain "No tengo dones especiales.Sólo soy apasionadamente curioso" Albert Einstein, científico. |