How was your experience so far using .NET with Firebird? What type of applications you are building?
Rohit K. ------------- -----Original Message----- From: Mercea Paul <[email protected]> To: firebird-support <[email protected]> Sent: Sun, Jan 15, 2012 8:36 pm Subject: Re: [firebird-support] Migrating from MySQL to Firebird On 2012.01.15 9:21 PM, Rohit wrote: > > Hi Mercea, > > Aren't reports slow when using via DataTable? > > Does firebird support Stored Procedures so that we can connect a > stored procedure to a report? > You said you have .net application. I use to, i populate DataTable object or DataSet from an sql command or stored procedures or an entity (using entity framework) and pass this object to report through SetDataSource. Take a look at http://www.firebirdsql.org/en/net-examples-of-use/ and ask more on firebird-net-provider list. -- Regards, Mercea Paul [Non-text portions of this message have been removed] [Non-text portions of this message have been removed]
