[Firebird-net-provider] MONO Build

2007-07-10 Thread Eduardo Gamboa
I am trying to build the provider in Linux/MONO using: make -f makefile Inside the build\linux directory, but I am getting the error makefile:36: *** multiple target patterns. Stop. Can anyone give a hand with this? Thanks in advance, Eduardo

Re: [Firebird-net-provider] MONO Build

2007-07-11 Thread Eduardo Gamboa
Ok, I configures a Windows sandox with Mono 1.2.4 and Nant. But the provider is not created!! - Log file is attached. Thanks in advance Eduardo ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Hello: I am trying to build the provider in Linux/MONO using:

[Firebird-net-provider] Bulk copy

2007-07-20 Thread Eduardo Gamboa
Hi Guys, Does anybody know how to make a bulk copy of a table from one database to another using Fb Net provider? I am trying to achieve this goal using something like this: FbDataAdapter sourceDA = new FbDataAdapter("SELECT * FROM TEST_TABLE", fbSourceConn); DataSet ds = new DataSet(); source

Re: [Firebird-net-provider] Bulk copy

2007-07-20 Thread Eduardo Gamboa
Carlos, Wrapping the process in a single transaction reduced the time to only 4mins. Thanks, Eduardo ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: > >> The problem with this approach is that FbDataAdapter.Update() is too >> slow. >> It takes almo

Re: [Firebird-net-provider] Bulk copy

2007-07-20 Thread Eduardo Gamboa
Is there a way to use a single transaction with multiple database connection? ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: > >> The problem with this approach is that FbDataAdapter.Update() is too >> slow. >> It takes almost 1 hour to copy apro

Re: [Firebird-net-provider] Bulk copy

2007-07-24 Thread Eduardo Gamboa
Standalone. ""Carlos Guzmán Álvarez"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello: > >> Carlos, >> Wrapping the process in a single transaction reduced the time to only >> 4mins. >> > > Are you using the embedded server or the standalone one ?? > > --

[Firebird-net-provider] [FB-Tracker] Created: (DNET-90) FbConnection.GetSchema returns incorrect data

2007-05-30 Thread Eduardo Gamboa (JIRA)
Affects Versions: 2.1.0 RC 1 Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez If you have a domain defined as: CREATE DOMAIN D_CURRENCY AS NUMERIC(15,4); or CREATE DOMAIN D_CURRENCY AS DECIMAL(15,4); when you use the method FbConnection.GetSchema("DOMAINS

[Firebird-net-provider] [FB-Tracker] Created: (DNET-95) Connecion to a database throws an exception

2007-06-12 Thread Eduardo Gamboa (JIRA)
Affects Versions: 2.1.0 RC 1 Environment: Ubuntu 7.04 Mono 1.2.4 C# Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez Priority: Critical When I try to connect to a database using .Net provider 2.1.0 RC1 the following exception is thrown: &qu

[Firebird-net-provider] [FB-Tracker] Created: (DNET-96) FbConnection.CreateDatabase creates database with wrong PageSize

2007-06-19 Thread Eduardo Gamboa (JIRA)
Affects Versions: 2.1.0 RC 1 Environment: Windows 2003 Server .Net 2.0 VS2005 FB SS 2.0.1 Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez When I try to create a database using FbConnection.CreateDatabase(connectionString, 16384, true, false); the

[Firebird-net-provider] [FB-Tracker] Created: (DNET-100) FbCommandBuilder has problems with Calculated fields

2007-06-27 Thread Eduardo Gamboa (JIRA)
: ADO.NET Provider Affects Versions: 2.1.0 RC 1 Environment: .Net Framework 2.0 Windows Sever 2003 FB 2.0.1 SS Visual Studio 2005 C# Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez When I try to insert new rows using FbDataAdapter and FbCommandBuilder an

[Firebird-net-provider] [FB-Tracker] Created: (DNET-102) FbConnection.GetSchema() throws reference exception

2007-07-02 Thread Eduardo Gamboa (JIRA)
: ADO.NET Provider Affects Versions: 2.5.0 Environment: FB SS 2.1.0 Beta 1 Windows Server 2003 Net Provider 2.5 (rev 306 trunk) Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez The following code worked fine with NETProvider 2.1.0 rev 306. But with

[Firebird-net-provider] [FB-Tracker] Created: (DNET-104) Error building Provider for Mono

2007-07-11 Thread Eduardo Gamboa (JIRA)
: 2.5.0 Environment: Windows XP SP2 32Bit Mono 1.2.4 Firebird SS 2.0.1 Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez When I try to build the Provider with NANT, it finishes with errors. /***/ NAnt 0.85 (Build

[Firebird-net-provider] [FB-Tracker] Created: (DNET-105) FbCommandBuilder does not create Insert/Delete/Update Commands

2007-07-12 Thread Eduardo Gamboa (JIRA)
Components: ADO.NET Provider Affects Versions: 2.5.0 Environment: Windows 32-bit & 64-bit Firebird SS 2.0.1 Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez static void Main(string[] args) { FbConnectionStringBuilder fbCsb =

[Firebird-net-provider] [FB-Tracker] Created: (DNET-106) FbCommandBuilder GetInsertCommand(True) throws an Implicit Cast Exception

2007-07-13 Thread Eduardo Gamboa (JIRA)
Issue Type: Bug Components: ADO.NET Provider Affects Versions: 2.5.0 Environment: .Net Windows 32-bit Fb SS 2.0.1 Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez When you use GetInsertCommand(True) an Explicit Cast is required. It seems

[Firebird-net-provider] [FB-Tracker] Created: (DNET-107) FbCommand Exception

2007-07-24 Thread Eduardo Gamboa (JIRA)
: FB SS 2.0.1 Windows 2003 Server 32-bit VStudio 2005 Reporter: Eduardo Gamboa Assignee: Carlos Guzman Alvarez Having two tables with identical structure and executing the following statement: INSERT INTO TABLE1 SELECT * FROM TABLE2 everything works fine, but executing