[Firebird-net-provider] UDF function with blob data

2008-07-11 Thread Klaus Mühlböck
} But exception on fbCommand.ExecuteReader(); Any idea? Best regards Klaus -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jiri Cincura Gesendet: Donnerstag, 10. Juli 2008 00:07 An: For users and developers of the Firebird .NET provider

Re: [Firebird-net-provider] UDF function with blob data

2008-07-10 Thread Klaus Mühlböck
message length error (encountered 4, expected 12) ---> FirebirdSql.Data.Common.IscException: Hello: But exception on fbCommand.ExecuteReader(); Can you post the exception details, please ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com --

Re: [Firebird-net-provider] UDF function with blob data

2008-07-10 Thread Carlos
Hello: But exception on fbCommand.ExecuteReader(); Can you post the exception details, please ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Sponsored by: SourceForge.net Community Choice Awards

Re: [Firebird-net-provider] UDF function with blob data

2008-07-10 Thread Klaus Mühlböck
eader(); Any idea? Best regards Klaus -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Jiri Cincura Gesendet: Donnerstag, 10. Juli 2008 00:07 An: For users and developers of the Firebird .NET providers Betreff: Re: [Firebird-net-provider] UDF

Re: [Firebird-net-provider] UDF function with blob data

2008-07-09 Thread Jiri Cincura
Something like http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=examples#2 . -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Sponsored by: SourceForge.ne

[Firebird-net-provider] UDF function with blob data

2008-07-09 Thread Klaus Mühlböck
Hi, I am using a UDF library with VS2008 and FirebirdSql.Data.FirebirdClient version v2.0.50727 I have done the UDF library with Delphi 2005 There is a function to get a file from the server: procedure GETFILE(FileName : PChar; Blob : PBlob); cdecl ; export; DECLARE EXTERNAL FUNCTION F_GETFILE