}
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
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
--
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
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
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
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