Re: [Firebird-net-provider] named parameters

2010-03-20 Thread Carlos Guzmán Álvarez
Hello: I am using Firebird Client 2.0.1 and need do some dynamic SQL using named parameters: UPDATE order SET qty = ? WHERE order_id = ? The catch is that I want the parameters to be named. What is the correct syntax for Firebird Client? You can use sql server like named params:

Re: [Firebird-net-provider] Dialect 1 issues?

2009-05-12 Thread Carlos Guzmán Álvarez
Hello: Are you saying that the Firebird provider won't work for Interbase or that it is bad form for me to use the open source software with the closed source database? The only version of Interbase that *could* work with the provider is the 6.0, 7.5 may have changes in the network protocol

Re: [Firebird-net-provider] Can someone please email me FIREBIRDSQL.DATA.FIREBIRDCLIENT.DLL from .NET data provider version 2.0.1?

2008-10-25 Thread Carlos Guzmán Álvarez
Hello: Jim - Yes, I have the .exe from the official web site. by the .exe did you mean the installer package ?? if yes, have you installed it ?? - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [Firebird-net-provider] [Patch] 1.7 changes to connect against Firebird 2.1

2008-10-09 Thread Carlos Guzmán Álvarez
Hello: If there will be a problem, let me know. I'll apply the patch and commit changes. The we can do official release. the changes should be commited now :) - This SF.Net email is sponsored by the Moblin Your Move

[Firebird-net-provider] [Patch] 1.7 changes to connect against Firebird 2.1

2008-10-08 Thread Carlos Guzmán Álvarez
) agins Firebird 2.1.1 SuperServer, i haven't tested the embedded server support XDD -- Best regards Carlos Guzmán Álvarez NetProvider_FW11_Firebird_Server_2_1_X.piz Description: Binary data - This SF.Net email

Re: [Firebird-net-provider] ExecuteReader is slow

2008-10-05 Thread Carlos Guzmán Álvarez
Hello: ExecuteReader() takes 0.029 seconds. Read() takes 0.026 seconds. What is the amount of data being fetched ?? remember that Read will fetch rows in packs of 200, by default, when working against the classic/superserver firebird server ( subsequents reads will work agsint the fetched

Re: [Firebird-net-provider] Trailing spaces trimmed

2008-10-05 Thread Carlos Guzmán Álvarez
Hello: Hardly. I can send you private build with this removed. You can test it and see, whether it works. PS: Carlos, if you're reading, can you see why is this there? I didn't remember the exact reason for this ( i think it can be related to some change done time ago on a user request bu

Re: [Firebird-net-provider] Server Engine`?

2008-10-05 Thread Carlos Guzmán Álvarez
Hello: Timestamp - when one of my application crashes I have a dead entry in my database... I want to have a server engine which knows each application and can react if an application crashes because of a timeout when the application isn't responding. Well, i think you will need to do

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-11 Thread Carlos Guzmán Álvarez
Hello: Problem is, that for i.e. win1250 it works fine, so some quick'n'dirty conversion isn't good. Do you have any idea how to solve this? Do there conditional conversion? ... And for UTF-8 works or not ?? if not, maybe there is a way to read the string byt to byte into a buffer and

Re: [Firebird-net-provider] First asp.net/firebird application

2008-07-01 Thread Carlos Guzmán Álvarez
Hello: I got this error: Compiler Error Message: BC30002: Type 'Firebird.fbConnection' is not defined. Have you added a reference to the FirebirdSql.Data.FirebirdClient.dll assembly in the web.config file ??

Re: [Firebird-net-provider] Regarding connection speed with .Net

2008-06-13 Thread Carlos Guzmán Álvarez
Hello: Hello All, I have installed Firebird 2.0 (server) in one of the system. Now, I am trying to connect from another system via .Net Provider using FBConnection.Open(). The problem is that it is taking 3 to 4 seconds to connect with server. Even I have reinstall it for 3 to

Re: [Firebird-net-provider] Compact Framework error using .NET Provider

2008-05-07 Thread Carlos Guzmán Álvarez
Hello: I don't know what could be causing this. It is my first experience with Compact Framework, Can anyone help me please ? Have you done a rebuild of the provider sources using the Compact Framework ?? - This

Re: [Firebird-net-provider] Timeout exceeded exception

2008-02-10 Thread Carlos Guzmán Álvarez
Hello: Ok, I just making a simpliest queries like select somth from table left join where order by group by. If I'm rising different menu items with there own functionality there are no exceptions at all. Haven't understood well but are you using connection pooling ?? -- Carlos Guzmán

Re: [Firebird-net-provider] System.Argumen,

2008-02-10 Thread Carlos Guzmán Álvarez
Hello: System.Argumen tException: Encoding name 'ks_c_5601-1987' not supported That encoding is used only on MS.NET builds of the provider, have you done a rebuild of the provider using mono ?? -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Timeout exceeded exception

2008-02-09 Thread Carlos Guzmán Álvarez
Hello: Hi! I'm permanently getting Timeout exceeded exception during my program work. I use: VS2008 FB Client 2.5 FB Server 2.1. So why this could be happens? It will be great if you provide some more details on what you are doing. -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] setup problem

2008-02-09 Thread Carlos Guzmán Álvarez
are trying to run the application, if you want to connection to another server simply give the server name in the connection string -- Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Microsoft Defy all

Re: [Firebird-net-provider] Restore problem

2007-12-24 Thread Carlos Guzmán Álvarez
Hello: I am getting following Exception FirebirdSql.Data.Common.IscException. What is the problem with the Code. I am using Firebrid 2.0.3 and .NET Provider Version 2.1.0 Please could yoy send the exception details ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] question

2007-12-24 Thread Carlos Guzmán Álvarez
Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-12-24 Thread Carlos Guzmán Álvarez
some working changes, the separation would be IMO better. The actual trunk sources have the changes take a look at it ( there are changes in base classes and interfaces ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] Windows CE 4.2

2007-11-27 Thread Carlos Guzmán Álvarez
to use Visual Studio 2005/.NET Compact Framework 2.0 -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] Command line switches for Firebird Client?

2007-11-27 Thread Carlos Guzmán Álvarez
assembly, FirebirdSql.Data.FirebirdClient.dll -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-11-26 Thread Carlos Guzmán Álvarez
instalers to install in they own folder inside %ProgramFiles%\FirebirdClient ADO.NET Provider will get installed on : %ProgramFiles%\FirebirdClient\ADONETProvider DDEX Provider will get installed on %ProgramFiles%\FirebirdClient\DDEXProvider -- Carlos Guzmán Álvarez Vigo-Spain Blog

Re: [Firebird-net-provider] Ayuda con los Charsets

2007-11-26 Thread Carlos Guzmán Álvarez
Hola: Perdon por el retraso. Gracias Carlos, Esto esta asi, Mi database es WIN1251, y mi Campo tambien es WIN1251, y esta es mi forma de accederla Sino me equiovoco el character set deberia ser WIN1252 o ISO8859_1 -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Ayuda con los Charsets

2007-11-07 Thread Carlos Guzmán Álvarez
Hola: Gracias Carlos, Esto esta asi, Mi database es WIN1251, y mi Campo tambien es WIN1251, y esta es mi forma de accederla El charset no deberia ser Win1252 o ISO8859_1 ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] Ayuda con los Charsets

2007-11-05 Thread Carlos Guzmán Álvarez
Hello: Mi database es WIN1251, y mi Campo tambien es WIN1251, y esta es mi forma de accederla Shouldn't the charset be Win1252 or ISO8859_1 ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client

Re: [Firebird-net-provider] OT: (un)released version in Jira

2007-11-03 Thread Carlos Guzmán Álvarez
Hello: Hi Carlos, I've found, that in tracker we have 2.1.0 RC2 marked as unreleased. This can be a little bit confusing for reporters. Can you, please, mark it as released? It should be correct now, thanks -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] (no subject)

2007-10-30 Thread Carlos Guzmán Álvarez
Hello: Hi Carlos, Could you reproduce it? Haven't the time to check it. Do you need a sample project? Yes please. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http

[Firebird-net-provider] [Fwd: problem in .NET provider]

2007-10-28 Thread Carlos Guzmán Álvarez
, it will be fine to incude this patch into full version all the best, Peter -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net

Re: [Firebird-net-provider] (no subject)

2007-10-26 Thread Carlos Guzmán Álvarez
Hello: You're right, LIKE 'xxx%' OR Starting with 'xxx' both generate the same execution plan. Unfortunately, there are situations where starting with doesn't fit my needs. the query runs fine under isql ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Carlos Guzmán Álvarez
Hello: I have I silly question : do I have to make this configuration on every computer that I install my application ? DDES is for devel only but anyway you can put it on your App.config file -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com

Re: [Firebird-net-provider] Enlisting transaction

2007-10-08 Thread Carlos Guzmán Álvarez
FbDataAdapter(SELECT * FROM Employee, connection)) { adapter2.Fill(ds1); } } } -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-06 Thread Carlos Guzmán Álvarez
Provider was not specified in the ConnectionString. An example would be, 'Provider=SQLOLEDB;' FirebirdClient is an ADO.NET Data Provider not and OleDb driver -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP

Re: [Firebird-net-provider] Firebird Embedded and .NET Provider used in o2 Connection Manager

2007-10-05 Thread Carlos Guzmán Álvarez
!), but the folder structure appeared somewhat familiar... But then I noticed the intl/ directory, then the .NET Provider DLL and finally fbembed.dll. :) hehehehe :) Congratulations! Keep up with good job! thanks very much ! -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Enlisting transaction

2007-09-26 Thread Carlos Guzmán Álvarez
Hello: Both inside same not working. Only first .Fill fills datatable. Second is empty. It's probably not expected. :) I will check it on Friday BTW when I not use TransactionScope block but in connection string is enlist=true should this work? No -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Enlisting transaction

2007-09-25 Thread Carlos Guzmán Álvarez
every .Fill command everything works fine. :o Both inside the same TransactionScope -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http

Re: [Firebird-net-provider] IsolationLevel

2007-09-24 Thread Carlos Guzmán Álvarez
. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] Returning clause

2007-09-23 Thread Carlos Guzmán Álvarez
Hello: I'm pretty sure, that it has been working, isn't it? Am I try to debug and locate the problem or it's just as is? Huumm if i remember well that was implemented using ExecuteNonQuery calls with output parameters but i will try to check it tomorrow :) -- Carlos Guzmán Álvarez Vigo

Re: [Firebird-net-provider] Problem : Firebird integration with

2007-09-06 Thread Carlos Guzmán Álvarez
-- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] Building WebProviders

2007-09-03 Thread Carlos Guzmán Álvarez
Hello: Weird... Never mind, I think, we can put on website new build, isn't it? Sure. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and

[Firebird-net-provider] [ANN] FirebirdClient v2.1.0 RC2 released.

2007-08-30 Thread Carlos Guzmán Álvarez
release candidate. ( The installer of this version has been built using Wix ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http

Re: [Firebird-net-provider] how to change parameter prefix

2007-08-27 Thread Carlos Guzmán Álvarez
the @ was used for compatibility resons with Sql Server :) as it's not really supported by Firebird. -- Best regards Carlos Guzmán Álvarez - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find

Re: [Firebird-net-provider] how to change parameter prefix

2007-08-27 Thread Carlos Guzmán Álvarez
Hello: The ':' is used in procedures, triggers, etc. Ok, anyway i didn't want to change that right now :) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] how to change parameter prefix

2007-08-27 Thread Carlos Guzmán Álvarez
that as well using the DataSourceInformation metadata collection ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net

Re: [Firebird-net-provider] GetSchema and numeric precision

2007-08-24 Thread Carlos Guzmán Álvarez
Hello: I could not send to */[EMAIL PROTECTED]/*,I've downloaded FirebirdClient-2.5.0-Alpha1.msi and it works fine(my old version was FirebirdClient-2.1.0-RC1). If you have a test case, please send it to my private email -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Problem with FbScript and execute

2007-08-23 Thread Carlos Guzmán Álvarez
Hello: i found the solution , i remove the suspend and the output parameter into my procedure and after that all is commited. Nice :) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http

Re: [Firebird-net-provider] Connection problem from Win

2007-08-22 Thread Carlos Guzmán Álvarez
Hello: Should be: if (IPAddress.TryParse(dataSource, out ipaddress)) { return ipaddress; } Thanks for the hint, the change should be now in SVN :) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] Connection problem from Win

2007-08-21 Thread Carlos Guzmán Álvarez
Hello: I don't know, where Carlos is right now. But when he doesn't drop the ticket till evening, I'll create changes and do tests. I'm at job and can't do the change, but we can add it to 2.5 sources and see what happens ;) -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Connection problem from Win

2007-08-21 Thread Carlos Guzmán Álvarez
) { if (address.AddressFamily == addressFamily) { return address; } } return addresses[0]; } Will it be correct or not ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Connection problem from Win

2007-08-21 Thread Carlos Guzmán Álvarez
) { return address; } } return addresses[0]; } -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] Connection problem from Win

2007-08-21 Thread Carlos Guzmán Álvarez
Hello: Sorry this way ;) Looks good. Thanks !!! i will do the commit a little later today !! XD -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh

Re: [Firebird-net-provider] Problem with dataadapter under VS2005 US

2007-08-20 Thread Carlos Guzmán Álvarez
. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Carlos Guzmán Álvarez
,have you tried to connection using a simple C# console program usina socket to connect to that server ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] System.Transaction Integration

2007-08-16 Thread Carlos Guzmán Álvarez
supporting reenlistment There are no support for 2-pahase commit right now. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http

Re: [Firebird-net-provider] System.Transaction Integration

2007-08-16 Thread Carlos Guzmán Álvarez
Hello: isolation levels with Firebird although that would easily be possible. I will try to review this one. Hope, i have this one fixed in my local tree ( on v2.5 sources for now ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient

Re: [Firebird-net-provider] Connection problem from Win 2003

2007-08-16 Thread Carlos Guzmán Álvarez
with the dns resolution of .net -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] Possible bug in Solaris

2007-08-15 Thread Carlos Guzmán Álvarez
of the database, and the character set of the connection string ?? Where is the firebird server located ?? in solaris as well ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http

[Firebird-net-provider] 2.1.0 Installer moved to Wix

2007-08-15 Thread Carlos Guzmán Álvarez
Hello: The 2.1.0 sources installer has been moved to Wix, hope i will be releasing the next RC in the next few days. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com

Re: [Firebird-net-provider] Character sets of web providers

2007-08-15 Thread Carlos Guzmán Álvarez
Hello: What do you think? Looks fine :) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ ohloh : http://www.ohloh.net/accounts/4138

Re: [Firebird-net-provider] Examples of database restore and table

2007-08-14 Thread Carlos Guzmán Álvarez
://www.firebirdsql.org/index.php?op=develsub=netproviderid=examples#4 -- Best regards Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems

Re: [Firebird-net-provider] Firebird.Net and SQL Reporting Services

2007-08-08 Thread Carlos Guzmán Álvarez
Hello: SQL 2005 Reporting Services Isn't this an SQL Server only product ?? Dynamic SQL Error SQL error code = -104 Token unknown - line 3, char 8 [ (Microsoft Visual Studio) More than probabbly the query is trying to run isn't valid for Firebird, but we should see it to be sure.

Re: [Firebird-net-provider] OT: Firebird built-in function list

2007-08-05 Thread Carlos Guzmán Álvarez
Hello: http://www.firebirdsql.org/devel/doc/rlsnotes/html/rlsnotes21.html#rnfb21-a= ppx-builtins Nice list :) Thanks very much ! :) - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find

[Firebird-net-provider] Update of Visual Studio solition/project files on svn trunk

2007-08-04 Thread Carlos Guzmán Álvarez
of the new solution files ) -- Best regards Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration

[Firebird-net-provider] OT: Firebird built-in function list

2007-08-04 Thread Carlos Guzmán Álvarez
Hello: Is there any place where i can find a list of firebird built-in functions with the description of the input parameters and return values ?? Thanks in advance !! -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Update of Visual Studio

2007-08-04 Thread Carlos Guzmán Álvarez
Hello: Can't be made a 'copy' of sln file? Like FirebirdSql.Data.FirebirdClient2008.sln! Like that it can be open with both VS !!! Web can but with that we will need to mantain two sets of solution/project files. - This

Re: [Firebird-net-provider] OT: Firebird built-in function list

2007-08-04 Thread Carlos Guzmán Álvarez
Hello: What FB Server version? For the 2.1 ^^ -- Best regards Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

Re: [Firebird-net-provider] FB and VS 2008

2007-08-01 Thread Carlos Guzmán Álvarez
Hello: This seems like a good start: http://blogs.msdn.com/kevin_halverson/archive/2007/07/10/how-to-implement-iq ueryable.aspx Looks great, thanks very much !! It's VB but shouldn't be hard to translate :-) Agreed.

Re: [Firebird-net-provider] FB and VS 2008

2007-08-01 Thread Carlos Guzmán Álvarez
Hello: Carlos, you'll be wanting the Resources.zip file from here: http://blogs.msdn.com/adonet/archive/2007/03/16/ado-net-orcas-sample-provide r.aspx Thanks very much for the information :D Inside is an OrcasProvider.exe which is a self-extracting executable containing a simple LINQ

Re: [Firebird-net-provider] FB and VS 2008

2007-08-01 Thread Carlos Guzmán Álvarez
Hello: Ya, that's the easy part ... Implementing and adapting the SQL generator was a pain in the butt, as will be adjusting the XML files that provide LINQ with information on builtin functions, datatypes, conversions, etc. Somebody knows if the System.Data.Entity.dll assembly should come

Re: [Firebird-net-provider] FB and VS 2008

2007-08-01 Thread Carlos Guzmán Álvarez
Hello: Somebody knows if the System.Data.Entity.dll assembly should come with the Orcas beta 2 installation ?? Looks like all entity framework stuff got out of the beta 2 ( sic ) - This SF.net email is sponsored by:

Re: [Firebird-net-provider] FB and VS 2008

2007-07-31 Thread Carlos Guzmán Álvarez
Hello: This is about the DDEX stuff. Not closely related to FB provider, it works (should) without any changes. Confirmed that it works on Visual Studio 2008 Beta 2. Anybody knows a good reference to implement Linq providers ??

Re: [Firebird-net-provider] .net provider version

2007-07-27 Thread Carlos Guzmán Álvarez
Hello: Can I use the .net provider 1.5 and 1.7 with Firebird Version 2.x Yes. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and

Re: [Firebird-net-provider] Visual C# and Firebird embedded database

2007-07-20 Thread Carlos Guzmán Álvarez
Hello: Microsoft Visual C# codename Orcas Version 9.0 Beta 1 Correct me if i'm wrong but Orcas didn't use the .NET Framework 2.0 right ?? Could you try to build the provider using Orcas ?? and retry ?? string connStr; connStr = User=SYSDBA; + Password=masterkey; +

Re: [Firebird-net-provider] Bulk copy

2007-07-20 Thread Carlos Guzmán Álvarez
Hello: The problem with this approach is that FbDataAdapter.Update() is too slow. It takes almost 1 hour to copy aprox 500.000 rows. Is there a faster way to do this? or am I missing something? Can you try to wrap the inserts inside a single ( or several ones ) transaction ??

Re: [Firebird-net-provider] Enlisting transaction

2007-07-19 Thread Carlos Guzmán Álvarez
Hello: it's liitle bit old problem, but ... It's now working. Did you commit any changes? If so, I must miss it. :) If i remember well yes, and i have some more pending that i should do in 2.5.0 first. - This SF.net

[Firebird-net-provider] I'm back

2007-07-19 Thread Carlos Guzmán Álvarez
Hello: I'm back from my París travel. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now.

Re: [Firebird-net-provider] I'm back

2007-07-19 Thread Carlos Guzmán Álvarez
Hello: And did relaxed on vacation? :) a lot ! It was great !! ;) - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just

Re: [Firebird-net-provider] GAC problems

2007-07-19 Thread Carlos Guzmán Álvarez
Hello: Just to provide some service to community :), here's short simple KB article, how to view in dialog specified assemblies. http://support.microsoft.com/kb/306149 that is what is being done in the old Ghost installer, huummm, i will check if i need to add it to the new Wix installer.

Re: [Firebird-net-provider] MONO Build

2007-07-11 Thread Carlos Guzmán Álvarez
Hello: 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? It could be broken as there are too much

Re: [Firebird-net-provider] Cannot get DDEX Provider to work

2007-07-11 Thread Carlos Guzmán Álvarez
Hello: configSections section name=firebirdsql.data.firebirdclient type=System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.1.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 / This is wrong version should be 2.0.0.0

Re: [Firebird-net-provider] unexpected problem with Euro sign

2007-07-11 Thread Carlos Guzmán Álvarez
to achieve here, note that there is no euro- character in ISO-8859-1. You can use ISO-8859-15, WIN1252, UTF8 or even more strange options, but not ISO-8859-1. -- Best regards Carlos Guzmán Álvarez Vigo-Spain - This SF.net email

Re: [Firebird-net-provider] URGENT: NAnt build scripts - review

2007-07-08 Thread Carlos Guzmán Álvarez
Hello: Neat! Works great. Where was the problem? I have done the build using Visual Studio. Hope this week i will check the nant build scripts, while in a first review they looks as being correct. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com

Re: [Firebird-net-provider] URGENT: NAnt build scripts - review

2007-07-07 Thread Carlos Guzmán Álvarez
Hello: Yes. I will try to update the installation package tomorrow with an new assembly. I have updated the installer file at sourceforge, can somebody give a try to itr and check if now the assembly works correctly, please.

Re: [Firebird-net-provider] URGENT: NAnt build scripts - review

2007-07-06 Thread Carlos Guzmán Álvarez
Hello: Are you buildind on 64-bit system? Yes. I will try to update the installation package tomorrow with an new assembly. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of

[Firebird-net-provider] [ANN] FirebirdClient v2.5.0 Alpha 1 released.

2007-07-04 Thread Carlos Guzmán Álvarez
/lists/listinfo/firebird-net-provider -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] [ANN] FirebirdClient v2.5.0 Alpha 1

2007-07-04 Thread Carlos Guzmán Álvarez
Hello: What means initial implementation? That is the first version with that GDS implementation and that it maybe subject of changes ( it's doesn't make usage of dalayed messages right now and batching is being used only in command execution, as i haven't found for now any other place where

[Firebird-net-provider] New releases

2007-07-02 Thread Carlos Guzmán Álvarez
Hello: I have plans to release the 2.5.0 Alpha 1 before this weekend ( the installer will use Wix ) and 2.1.0 RC 2 this weekend. Jiri do you have some pending commits ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient

Re: [Firebird-net-provider] New releases

2007-07-02 Thread Carlos Guzmán Álvarez
Hello: To FirebirdClient no. Are you planning to build also WebProviders? Not for the devel version ( 2.5.0 ) - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and

Re: [Firebird-net-provider] Installing DDEX 2

2007-06-27 Thread Carlos Guzmán Álvarez
Hello: But... 1) when I try to use fbConnection - no button appear in its ConnectionString property 2) When I try to use fbDataAdapter - no Dialog appear etc That features was part of the old design-time support that was removed in 2.1 sources. You can try to use TableAdapters or use

Re: [Firebird-net-provider] Mapping a database char column to

2007-06-27 Thread Carlos Guzmán Álvarez
Hello: this is the exception: System.ArgumentException: System.FormatException: String was not = recognized as a valid Boolean. As Dean has pointed out yet the field values should be valid for a boolean conversion in .net

Re: [Firebird-net-provider] DNET-100

2007-06-27 Thread Carlos Guzmán Álvarez
Hello: I'll continue here. Funny stuff is, that we have the code for this. If we getting whether column is or isn't readonly we're checking the right value. Looks fine to me ( i ahev .net installed again ... while now i have the 64 bit version )

Re: [Firebird-net-provider] TransactionScope

2007-06-26 Thread Carlos Guzmán Álvarez
Hello: Hi! I think we touch upon this before but completely abandon TransActionScope can some of your guys take a look at this http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1608250SiteID=1question I've posted on MSDN?

Re: [Firebird-net-provider] Mapping a database char column to

2007-06-26 Thread Carlos Guzmán Álvarez
Hello: But, then, I can't use DataAdapter to fill a DataTable with boolean = Try setting the column in the DataTable structure as boolean - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: [Firebird-net-provider] Enhacement for FBCommand

2007-06-26 Thread Carlos Guzmán Álvarez
Hello: How can FBCommand (re)create procedure? FBCommand has no idea about internal code of procedure. And anyway that shouldn't be responsability of the provider ... - This SF.net email is sponsored by DB2 Express

Re: [Firebird-net-provider] Help with the installation of the DDEX

2007-06-23 Thread Carlos Guzmán Álvarez
Hello: section name=3DFirebirdSql.Data.FirebirdClient type=3DSystem.Data.Common.DbProviderConfigurationHandler, System.Data, Version=3D2.0.1.0, Culture=3Dneutral, PublicKeyToken=3D3750abcc3150b00c / This needs to be: section name=firebirdsql.data.firebirdclient

Re: [Firebird-net-provider] Installation of ddex

2007-06-23 Thread Carlos Guzmán Álvarez
Hello: configSections section name=firebirdsql.data.firebirdclient type=System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=2.1.0.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c / This needs to be: section name=firebirdsql.data.firebirdclient

Re: [Firebird-net-provider] how to read a single-byte from databasae

2007-06-23 Thread Carlos Guzmán Álvarez
Hello: So are you saying I should store this single byte as BLOB in FB2.0 database? Use a smallint field. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96)

2007-06-21 Thread Carlos Guzmán Álvarez
Hello: Fixed in SVN. Tested against latest 1.5 and 2.0. Great, thanks very much ;) - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96)

2007-06-20 Thread Carlos Guzmán Álvarez
Hello: I think, I found the problem. On line 95, FbConnection.cs we're calling DatabaseParameterBuffer dpb = new DatabaseParameterBuffer();, but shouldn't be there DatabaseParameterBuffer dpb = new DatabaseParameterBuffer(BitConverter.IsLittleEndian);? What do you think? I will try to

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96)

2007-06-20 Thread Carlos Guzmán Álvarez
Hello: I think, I found the problem. On line 95, FbConnection.cs we're calling DatabaseParameterBuffer dpb = new DatabaseParameterBuffer();, but shouldn't be there DatabaseParameterBuffer dpb = new DatabaseParameterBuffer(BitConverter.IsLittleEndian);? If that make it to work against

Re: [Firebird-net-provider] Installation of ddex

2007-06-19 Thread Carlos Guzmán Álvarez
Hello: Which registry file is the correct one to use, from the installation progra= m = or from the firebirdsql.org page? The one that comes with the installation program - This SF.net email is sponsored by DB2

  1   2   3   4   5   6   7   8   >