Re: [Firebird-net-provider] .Net application using Firebird database

2008-05-13 Thread Jiri Cincura
On 5/12/08, amargupta <[EMAIL PROTECTED]> wrote: > Now I need to run this application on some other machine (user machine) > which does not have Firdbird installed. I have put > "FirebirdSql.Data.Firebird.dll" and "fbembed.dll" on the exe folder. This You have to also put there files like icudt3

[Firebird-net-provider] .Net application using Firebird database

2008-05-12 Thread amargupta
Hi, I am new to the Firdbird database. And need some help. I have created a .net application which connects to a firebird database. The database has one table. The application opens a connection and get data from the table by using SQL select query. This application runs fine on my developement