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] Does provider fit to work with EF 4.0

2009-12-23 Thread Carlos Guzmán Álvarez
Hello: > I've installed VS 2010 Beta 2 and Firebird .NET Provider 2.5.1 + DDEX > 2.0.4, but i can't create connection to FB server: > > 1) From server explorer. I chooose Add connection ... -> Data source: > other -> Data provider - .NET Framework Data Provider for Firebird. > After this "Add con

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 protoco

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 chal

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 ema

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

2008-10-08 Thread Carlos Guzmán Álvarez
Hello: > Hi, > > will you commit these changes to NETProvider_FW11 branch in SVN? > hummm haven't checked if i continue to have commit rights XDD, will try to do so as soon as possible :) - This SF.Net email is sponsored

[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 is sponsor

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 ne

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 reques

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 ro

Re: [Firebird-net-provider] FB provider and DataGridView and Visual Studio 2008

2008-08-13 Thread Carlos Guzmán Álvarez
Hello: > >> I get to that point. Then, unless I am completely out to lunch, I need >> to right click the designer surface to add items. I right click and >> select Add | Query. (My only choices are Query, Data Table and Table >> Adapter). Which gets me to the TableAdapter Query Configuration

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 e

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] Error: Object reference not set to an instance of an object

2008-06-15 Thread Carlos Guzmán Álvarez
Hello: > In fact design-time support for these, has been dropped somewhere > between 2.0 and 2.5 :) (sorry I don't remember exactly the version). > It was removed in 2.1 if i remember well xD - Check out the new SourceForg

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

2008-06-12 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

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 S

Re: [Firebird-net-provider] How to verify if SP exist in DB?

2008-03-03 Thread Carlos Guzmán Álvarez
Hello: > > Hi all > > Using VS2005 , FB1.5.4 and FB.Net 2.1! > > I have a procedure to verify if a SP exist in database, code looks like: > Have you given a try using FbConnection.GetSchema ?? - This SF.net email is sponsored

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 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

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 Ál

Re: [Firebird-net-provider] setup problem

2008-02-09 Thread Carlos Guzmán Álvarez
achine you 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: Micr

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.

Re: [Firebird-net-provider] Missing files on SVN

2008-01-12 Thread Carlos Guzmán Álvarez
Hello: Hi Carlos, in project file for FirebirdClint (latest version) are two files that are not in SVN: StoreSchemaDefinition.ssdl StoreSchemaMapping.msl Could you please commit them? Attached to this email, sorry. OT: Seems that you'll have no free time. ;) :) -- Carlos G

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

2007-12-24 Thread Carlos Guzmán Álvarez
> to use conditional builds. But if there're 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: htt

Re: [Firebird-net-provider] question

2007-12-24 Thread Carlos Guzmán Álvarez
what you are trying to do ?? -- 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://ww

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-Spai

Re: [Firebird-net-provider] Unsupported On-Disk Structure

2007-11-27 Thread Carlos Guzmán Álvarez
Hello: > Has anyone figured this one out? > Could you try to do a backup using IB 6 and the restore it using Firebird ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client

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

2007-11-27 Thread Carlos Guzmán Álvarez
All you will need is the provider 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://ww

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

2007-11-27 Thread Carlos Guzmán Álvarez
nk ?? -- 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.ohlo

Re: [Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-27 Thread Carlos Guzmán Álvarez
0 RC 2. > > Did I download the right file? > http://downloads.sourceforge.net/firebird/FirebirdClient-2.1.0.msi?use_mirror=osdn > Huu it's the correct version i will see to update the installer today setting the correct version in the installer. -- Carlos Guzmán Álvarez

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

2007-11-27 Thread Carlos Guzmán Álvarez
do so unless you get 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.

[Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-26 Thread Carlos Guzmán Álvarez
Hello: FirebirdClient 2.1.0 for .NET 2.0 is available for download. Download information can be found here: http://www.firebirdsql.org/index.php?op=files&id=netprovider -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient :

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 B

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

2007-11-26 Thread Carlos Guzmán Álvarez
little bit confusing. > We can modify both 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

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.wordpres

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.or

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

Re: [Firebird-net-provider] Enlisting transaction - final and clear

2007-11-03 Thread Carlos Guzmán Álvarez
w ( it maybe too that SqlClient does different things when working against the DTV :P ) > I think there's a room for improvements. We should talk about this and > see what behaviour will fit most needs (something isn't possible > 'cause we don't have DTC). > Sure,

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

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

2007-10-28 Thread Carlos Guzmán Álvarez
e) I think, 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

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 Álv

Re: [Firebird-net-provider] Enlisting transaction

2007-10-08 Thread Carlos Guzmán Álvarez
DataAdapter adapter2 = new 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

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.wordpre

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

2007-10-06 Thread Carlos Guzmán Álvarez
t this error,on last line : > "An OLE DB 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

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

2007-10-04 Thread Carlos Guzmán Álvarez
ould it be? should smell it from 1 km distance!), 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 ver

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 -- Car

Re: [Firebird-net-provider] Enlisting transaction

2007-09-25 Thread Carlos Guzmán Álvarez
cope > block around 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

Re: [Firebird-net-provider] IsolationLevel

2007-09-24 Thread Carlos Guzmán Álvarez
dd the Snapshot il as well. -- 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://w

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 :) -- Carlo

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

2007-09-06 Thread Carlos Guzmán Álvarez
beta 2 this weekend -- 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.ohlo

Re: [Firebird-net-provider] Building WebProviders

2007-09-02 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 an

Re: [Firebird-net-provider] Membership Provider 2.1.0.0 -

2007-09-02 Thread Carlos Guzmán Álvarez
Hello: > Looks like Carlos didn't build WebProviders. Let's wait, what he will said. > > If you want I can send you build from current sources. In first place they should be built, as i have done the build using VS Could you open a new thread for this problem please.

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

2007-08-30 Thread Carlos Guzmán Álvarez
the last 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 :

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

2007-08-27 Thread Carlos Guzmán Álvarez
?? ( I think the oracle provider should have 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/xmppc

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.googl

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

2007-08-27 Thread Carlos Guzmán Álvarez
Hello: > Ah, sorry. I was thinking that '@' is some recomendation for implementors. = > :) Don't worry :) that was decided in the early stages of the provider development ( the place holder is supported as well ) Maybe we should be supporting : as well as it's supported by firebird if i'm no

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

2007-08-27 Thread Carlos Guzmán Álvarez
rebird .NET Provider 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. Stil

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 Álva

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

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/ Fire

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/

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
ddresses) { if (address.AddressFamily == addressFamily) { return address; } } return addresses[0]; } Will it be correct or not ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog

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 C

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

2007-08-21 Thread Carlos Guzmán Álvarez
dress(this.dataSource, AddressFamily.InterNetwork); -- 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 eve

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

2007-08-20 Thread Carlos Guzmán Álvarez
n newer releases. -- 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.

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

2007-08-16 Thread Carlos Guzmán Álvarez
that problem, it could be some problem 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 : htt

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

2007-08-16 Thread Carlos Guzmán Álvarez
It maybe a network problem ,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

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/4

[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] Possible bug in Solaris

2007-08-15 Thread Carlos Guzmán Álvarez
r set 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

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

2007-08-14 Thread Carlos Guzmán Álvarez
n find 2 examples here: http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=examples#4 -- Best regards Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Splunk Inc. Still grep

Re: [Firebird-net-provider] What transaction handle is needed for SET

2007-08-11 Thread Carlos Guzmán Álvarez
Hello: > Does this statement need to be handled differently? Really i don't know if that statement can be executed that way, could you ask it in the firebird support list, plase ?? ( possible it shoule be set in the the same way of the FbTransactionOptions, but i'm not sure :), and there is not

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

2007-08-08 Thread Carlos Guzmán Álvarez
Hello: > Firebird.Net Data Provider 2.0 Can you give a try using 2.0.1 ?? or it's that what you are using already ?? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop.

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

2007-08-08 Thread Carlos Guzmán Álvarez
Hello: > The query it is executing is simplistic: "select * from [action_names]" brackets aren't correct quoting characters in Firebird. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to fi

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

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 fin

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 Sea

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. - Th

[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

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

2007-08-04 Thread Carlos Guzmán Álvarez
ns 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 configur

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: Spl

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: > 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 LIN

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-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 configurati

[Firebird-net-provider] OT: Which databases should Visual Studio Team Edition for Database Professionals support?

2007-07-20 Thread Carlos Guzmán Álvarez
Hello: Microsoft has a survey for that you can get more info here: http://blogs.msdn.com/buckh/archive/2007/07/19/survey-which-databases-should-visual-studio-team-edition-for-database-professionals-support.aspx - This SF.net

Re: [Firebird-net-provider] Bulk copy

2007-07-20 Thread Carlos Guzmán Álvarez
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 ?? - This SF.net email is sponsored by: Microsoft Defy all challenges

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] 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;" + > "Database=C:/Pho

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] 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 d

[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. http://so

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

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

2007-07-11 Thread Carlos Guzmán Álvarez
r you are trying 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 -

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

2007-07-11 Thread Carlos Guzmán Álvarez
Hello: > > > 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 - This SF.net email i

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 m

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.word

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. ---

  1   2   3   4   5   6   7   8   9   10   >