Re: [firebird-support] How to connect Firdbird Database to ASP.NET 2010 (C#) Web Application

2013-03-03 Thread Lester Caine
Vishal Tiwari wrote: I am new to ASP.NET, but familier with Firebird. I am in search of how to connect Firebird to ASP.NET 2010 web application (code language I am using is C#). I am trying to create sample application to become a familier with ASP.NET, I worked with Firebird using Delphi.

[firebird-support] Most reliable and popular Dev Enviroment for FireBird DB application developers up to date

2013-03-03 Thread Carlos Andres Callo Lazo
Hello Firebird-Support Group: I would like to receive your comments about choosing the most reliable visual dev environment for client database applications development that will run under Windows, Linux and the cloud and which connection method is more suitable for each one. Thanks to

Re: [firebird-support] How to connect Firdbird Database to ASP.NET 2010 (C#) Web Application

2013-03-03 Thread Vishal Tiwari
There are so many links, confused. Is there any link which would show the steps needed for this issue ?   With Bst Regards.   Vishal --- On Sun, 3/3/13, Lester Caine les...@lsces.co.uk wrote: From: Lester Caine les...@lsces.co.uk Subject: Re: [firebird-support] How to connect Firdbird Database

[firebird-support] Re: How to connect Firdbird Database to ASP.NET 2010 (C#) Web Application

2013-03-03 Thread macnoz
Aloha, On Sun, Mar 3, 2013 at 1:33 PM, Vishal Tiwari vishuals...@yahoo.co.in wrote: There are so many links, confused. Is there any link which would show the steps needed for this issue ? as Lester already pointed out: to access a Firebird database from .NET you need to install and use the

[firebird-support] How to improve Firebird performance on a large table?

2013-03-03 Thread trskopo
Hi all, I have a table with about 5,000,000 records and it's growing. I run slq statement like this : Select * from table where field_value = 1. Table already indexed on field_value (int type). On local hardisk, where there is only 1 user and no update/edit/insert operation, it took

Re: [firebird-support] How to improve Firebird performance on a large table?

2013-03-03 Thread Alan J Davies
Without knowing your setup, its difficult to say. You may have 100 fields in each record? In a network environment try to minimise the amount of network traffic. So, you should try to refine your select statement by returning only what you need e.g. instead of Select * from table where