Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-07-22 Thread Carlos Guzmán Álvarez
Hello: Some questions :) In the directory X:\Program Files\fyracle-0.8.9\bin\assembly i have: FirebirdSql.Data.FirebirdClient.dll ( .pdb ) FirebirdSql.ExternalEngine.Samples.dll (.pdb ) <- This is the assembly with the stored procedure implementations In the directory X:\Program Files\fyracle-

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-07-15 Thread Carlos Guzmán Álvarez
Hello: > Yes i use .net 2.0 and fbprovider v2.0 Ok, great, i will put my hands on this next week :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su familia. ---

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-30 Thread Le roy Arnaud
Hello, > I haven't forgot this ;) hope to give a little review as soon as possible > > You are using .net 2.0 and the v2.0 of the provider right ?? > Yes i use .net 2.0 and fbprovider v2.0 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-29 Thread Carlos Guzmán Álvarez
Hello: > Yes, i tried to restart but it didn't work :( > I haven't forgot this ;) hope to give a little review as soon as possible You are using .net 2.0 and the v2.0 of the provider right ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descie

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-12 Thread Le roy Arnaud
> Have you tried to restart the server before setting the breakpoint ?? it = > > may sound weird but i was on thi to do that several times while debugging. > Yes, i tried to restart but it didn't work :( ___ Firebird-net-provider mailing list Firebir

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-09 Thread Carlos Guzmán Álvarez
Hello: > I have put a breakpoint in get_external_engine but in never called when > i launch the stored proc but i'm sure that the clrexternalengine is > found because i can compile the stored proc. I have also put a > breakpoin in the managed assembly of the stored proc and the function > is ne

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-09 Thread Le roy Arnaud
Carlos Guzmán Álvarez a exprimé avec précision : > Hello: >> but it doesn't work ! >> >> else how can i debug ? > You will need Visual C++ installed, and the CLRExternalEngine sources. > > Open the CLRExternalEngine solution and Attach the debugger to the = > > fbserver.exe process ( for native an

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-08 Thread Carlos Guzmán Álvarez
Hello: > but it doesn't work ! > > else how can i debug ? You will need Visual C++ installed, and the CLRExternalEngine sources. Open the CLRExternalEngine solution and Attach the debugger to the fbserver.exe process ( for native and managed ) set a breakpoint in EnginePlugin::get_external_engine

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-08 Thread Le roy Arnaud
> I have done a test using fyracle-0.8.9 and looks as working for me ( in = > > a first look of course ), > if you can do a debug it will be really helpful. > > Where do you have located the provider assembly ?? Hello, if the provider assembly is "FirebirdSql.Data.FirebirdClient.dll" is referen

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-07 Thread Carlos Guzmán Álvarez
Hello: > i get the error message : "Error on method execution" when i launch the > stored proc sub_tot_budget but she is compiled and commmited. > I have done a test using fyracle-0.8.9 and looks as working for me ( in a first look of course ), if you can do a debug it will be really helpful.

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-06 Thread Le roy Arnaud
hello, i get the error message : "Error on method execution" when i launch the stored proc sub_tot_budget but she is compiled and commmited. the code of the assembly is : [CODE] using System; using System.IO; using System.Collections.Generic; using System.Text; using FirebirdSql.Data.FirebirdCli

Re: [Firebird-net-provider] Fyracle and CLRExternalEngine.dll

2006-06-02 Thread Carlos Guzmán Álvarez
Hello: > 1. i install firebird/fyracle 0.8.10 Have in mind that will work only with * .NET 2.0 * The CLRexternalEngine.dll should be installed in firebird\fyracle X.X.X\plugins You will need to create a bin\assembly inside firebird\fyracle X.X.X\ and place there your assemblies. You will nee