Re: [Firebird-net-provider] Stored Procedure select ...

2006-04-22 Thread Eduardo Beninca
yes, it works.. thxOn 4/22/06, Jiri Cincura <[EMAIL PROTECTED]> wrote: On 21.4.2006 22:27 Eduardo Beninca wrote:> I have a stored procedure that returns to me an entire table..> Anyone can help ??And select * from procedure works?--Jiri Cincura http://www.cincura.net/---

Re: [Firebird-net-provider] Stored Procedure select ...

2006-04-22 Thread Jiri Cincura
On 21.4.2006 22:27 Eduardo Beninca wrote: I have a stored procedure that returns to me an entire table.. Anyone can help ?? And select * from procedure works? -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more?

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
And what about "google friend". ;) Try this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=177088&SiteID=1 -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more? Need to support web services, security? Get st

[Firebird-net-provider] Stored Procedure select ...

2006-04-22 Thread Eduardo Beninca
I have a stored procedure that returns to me an entire table.. I tried 2 ways to execute this procedure im my c# code... fbDA fbDataAdapter = new FbDataAdapter(); fbDA.SelectCommand = new FbCommand("EXECUTE PROCEDURE CONSULTA_SEMEN", fbConnection); FbTransaction ft = fbConnection.BeginTransactio

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Charles Urbina
Jiri, I don't know what this really means. Because in my developer pc it is working when I deployed in my production in the ConnectionStrings the only thing I changed was the IP address to the local IP of the server. 127.0.0.1. I'm new to this type of programming and there things that I'm just sta

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 23.4.2006 0:17 Charles Urbina wrote: *Parser Error Message: *Unrecognized configuration section 'connectionStrings' I think, this is self describing, a lot. 8-) -- Jiri Cincura http://www.cincura.net/ --- Using Tomcat but need to do more

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Charles Urbina
Jiri thanks for the step by step infor. I did add the lines of code you suggested and I keep getting an error. Thanks in advanced. Please read below. Charles   - Error --- Server Error in '/StarsNetLimo' Application. Configuration Error Description: An error occurred durin

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 22.4.2006 19:30 Jiri Cincura wrote: On 22.4.2006 16:52 Charles Urbina wrote: Thanks Jiri. I look forward to your email. Well, try to use this http://blog.vyvojar.cz/jirka/archive/2006/04/22/7975.aspx I'll also add title to another user can search this better in archive. Deploying the AS

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 22.4.2006 16:52 Charles Urbina wrote: Thanks Jiri. I look forward to your email. Well, try to use this http://blog.vyvojar.cz/jirka/archive/2006/04/22/7975.aspx I'm using this on about 3-5 machines without problem (and without defaultly FirebirdClient on server presetted). -- Jiri Cinc

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Charles Urbina
Thanks Jiri. I look forward to your email.   Tia Charles From:  Jiri Cincura <[EMAIL PROTECTED]>Reply-To:  [email protected]:  [email protected]:  Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Product

RE: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Charles Urbina
Slavomir, I'm using firebird server 1.5 and provide v. 2 on a Windows server. I have also place the Firebird client.dll on my bin directory. If I run my application from my development PC conecting to a remote database server I can connect without problem. But when I try running the web application

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 22.4.2006 16:43 Slavomir Skopalik wrote: Putting FirebirdSql.Data.Firebird.dll into bin directory in root of asp net application is enough. I was used this dll in many servers (about 10) without problem. I think no. It was not working for me, if I use some design time stuff - configured Sq

RE: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Slavomir Skopalik
Title: Zpráva Putting FirebirdSql.Data.Firebird.dll into bin directory in root of asp net application is enough. I was used this dll in many servers (about 10) without problem. But I'm using version 1.5.xx of this provider againts FB 1.5.x and 2.0.x. Framework 1.1 and 2.0, IIS server and Apa

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Charles Urbina
Jiri, Thanks for your prompt reply. Can you please send me the step by step sample. I will appreciate your help.   Best regards Charles   From:  Jiri Cincura <[EMAIL PROTECTED]>Reply-To:  [email protected]:  [email protected]:  Re: [

Re: [Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Jiri Cincura
On 22.4.2006 16:27 Charles Urbina wrote: have included in my project's bin the Firebird client dll. If you're not using some design time support, this is working - i'm doing this exactly like that. If you're using some design time features, i.e. using SqlDataSource in desing, etc. you have

[Firebird-net-provider] Urgent Help! Deploying Firebird .Net provider on a Production Server

2006-04-22 Thread Charles Urbina
Hello everyone.   I need hel please.   I have developed a web application that works without problems on my development PC. I need to deploy it on my customer production server I have included in my project's bin the Firebird client dll.   Can someone please tell me which files and the steps I need

Re: [Firebird-net-provider] Embedded Firebird

2006-04-22 Thread Jiri Cincura
On 22.4.2006 14:23 Marvin Cook wrote: Jiri, I have placed the fbembed.dll next to the exe. Still get the same error. I am using the fbembed.dll from the Firebird-2.0.0.12484-0_embed_win32.zip download. How do you modify the app.config file? So, if you're getting the same error, your li

Re: [Firebird-net-provider] Embedded Firebird

2006-04-22 Thread Marvin Cook
Jiri,I have placed the fbembed.dll next to the exe.  Still get the same error.  I am using the fbembed.dll from the Firebird-2.0.0.12484-0_embed_win32.zip download.  How do you modify the app.config file?Marv On 4/22/06, Jiri Cincura <[EMAIL PROTECTED]> wrote: On 22.4.2006 6:26 Marvin Cook wrote:>

Re: [Firebird-net-provider] Embedded Firebird

2006-04-22 Thread Jiri Cincura
On 22.4.2006 6:26 Marvin Cook wrote: Jiri, Thanks for the reply. I am using Firebird-2.0.0.12484-0-Win32.exe, FirebirdNETProvider-1.7.1.exe, VS2005 C# I changed the connection string and get the error shown below. I guess I don't know how to add the fbembed.dll to my project. Your help is