[Firebird-net-provider] [FB-Tracker] Created: (DNET-982) After upgrad to .NET 5 the FirebirdSql.EntityFrameworkCore.Firebird not work

2020-11-27 Thread Roberto Carlos da Silva (JIRA)
Issue Type: Bug Components: ADO.NET Provider Affects Versions: 7.5.0.0 Environment: Visual Studio 2019, net5.0, Asp.net 5, FirebirdSql.EntityFrameworkCore.Firebird 7.5.0, Firebird 3.0.7, aspnetboilerplate 6.0 Reporter: Roberto Carlos da Silva

[Firebird-net-provider] [FB-Tracker] Created: (DNET-981) After upgrad to .NET 5 the FirebirdSql.EntityFrameworkCore.Firebird not work any more

2020-11-27 Thread Roberto Carlos da Silva (JIRA)
Carlos da Silva Assignee: Jiri Cincura System.IO.FileNotFoundException HResult=0x80070002 Message=Could not load file or assembly 'Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified. Source

[Firebird-net-provider] [FB-Tracker] Created: (DNET-796) Mapping numeric types in the same configurable way you can do in Oracle

2017-11-21 Thread Roberto Carlos da Silva (JIRA)
Issue Type: New Feature Affects Versions: 5.vNext, 6.0.0.0 Environment: ADO.NET framework, entity Framework Reporter: Roberto Carlos da Silva Assignee: Jiri Cincura It would be great if in the Firebird .NET Drive there was a way to map the same numeric types you

[Firebird-net-provider] [FB-Tracker] Created: (DNET-750) is not possible applay command: Update-Database to migrate database on package manager console

2017-04-04 Thread Roberto Carlos da Silva (JIRA)
Reporter: Roberto Carlos da Silva Assignee: Jiri Cincura Priority: Critical PM> Update-Database -Verbose Using StartUp project 'TestaSite.EntityFramework'. Using NuGet project 'TestaSite.EntityFramework'. Specify the '-Verbose' flag to view the SQL statements be

[Firebird-net-provider] [FB-Tracker] Created: (DNET-474) When the updated version. FirebirdClient net in NuGet package to version 3.0.2.0, file version FirebirdSql.Data.FirebirdClient.dll folder: \pac

2012-11-27 Thread Roberto Carlos da Silva (JIRA)
Issue Type: Bug Components: ADO.NET Provider Affects Versions: 3.0.2.0 Environment: Windows 7 Visual Studio 2012 and 2012 Reporter: Roberto Carlos da Silva Assignee: Jiri Cincura Priority: Critical When the updated version

[Firebird-net-provider] [FB-Tracker] Created: (DNET-460) Please upgrade install NET FirebirdClient so to install it automatically made ​​the necessary changes in the file: machine.config, without requ

2012-10-20 Thread Roberto Carlos da Silva (JIRA)
Data Provider, DDEX Provider, Entity Framework support Affects Versions: 2.7.7, 2.7.5, 2.7, 2.6.5, 2.6 Environment: Windows all Reporter: Roberto Carlos da Silva Assignee: Jiri Cincura Please upgrade install NET FirebirdClient so to install it automatically

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

2012-08-29 Thread Roberto Carlos | Unimed
How do I install Firebird. NET Provider in visual studio 2012? Firebird. NET Provider is already supporting. NET 4.0 and 4.5? thank you Roberto Carlos Analyst Information Technology Unimed São Lourenço Work Cooperative Medical

[Firebird-net-provider] [FB-Tracker] Created: (DNET-446) Develop installer for DDEX provider, to facilitate the installation of this excellent provider

2012-07-17 Thread Roberto Carlos da Silva (JIRA)
: Roberto Carlos da Silva Assignee: Jiri Cincura Develop installer for DDEX provider, to facilitate the installation of this excellent provider. For programmers, the biggest impediment to adoption of the firebird with visual studio, it is certainly complicated steps to install

Re: [Firebird-net-provider] Error with DDEX Provider Visual Studio 2010 : Ver 2.0.5 / Firebird ADO.NET Data Provider 2.7.5

2012-03-28 Thread Roberto Carlos | Unimed
also report issue in DNET-357, DNET-316, -Mensagem Original- From: Eddy Poullet Sent: Wednesday, March 28, 2012 12:15 PM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] Error with DDEX Provider Visual Studio 2010 : Ver 2.0.5 / Firebird ADO.NET Data

Re: [Firebird-net-provider] Error with DDEX Provider Visual Studio 2010 : Ver 2.0.5 / Firebird ADO.NET Data Provider 2.7.5

2012-03-28 Thread Roberto Carlos | Unimed
I also has report this issue in DNET-394 -Mensagem Original- From: Eddy Poullet Sent: Wednesday, March 28, 2012 12:15 PM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] Error with DDEX Provider Visual Studio 2010 : Ver 2.0.5 / Firebird ADO.NET Data

[Firebird-net-provider] [FB-Tracker] Created: (DNET-401) System.NullReferenceException: Sessão finalizada --- System.NullReferenceException: Object reference not set to an instance of an object

2011-12-02 Thread Roberto Carlos da Silva (JIRA)
: DNET-401 URL: http://tracker.firebirdsql.org/browse/DNET-401 Project: .NET Data provider Issue Type: Bug Affects Versions: 2.6.5 Environment: Firebird 2.1, ASP.NET 4.0, Reporter: Roberto Carlos da Silva Assignee: Jiri

[Firebird-net-provider] [FB-Tracker] Created: (DNET-394) error while modifying TapedDataset in database there are several foreign keys

2011-09-14 Thread Roberto Carlos da Silva (JIRA)
Issue Type: Bug Components: ADO.NET Provider, DDEX Provider Affects Versions: 2.6.5, 2.6, 2.5.2, 2.5.1 Environment: Firebird 2.5, Windows 7, Visual Studio 2010, Firebird Client 2.6.5, DDEX Provider 2.0.5 Reporter: Roberto Carlos da Silva

Re: [Firebird-net-provider] Entity Framework autoincrement problem

2010-12-30 Thread Roberto Carlos | Unimed
You can change your triggers to: CREATE TRIGGER STUDENTS_BI FOR STUDENTS ACTIVE BEFORE INSERT POSITION 0 as begin if (COALESCE(new.id, 0) 1) then new.id = gen_id(gen_students_id, 1); end -- From: Stan sphinx...@yahoo.com Sent: Thursday,

[Firebird-net-provider] FbDataReader.HasRows and FbCommand.Cancel

2010-11-12 Thread Roberto Carlos | Unimed
Hello, FbDataReader.HasRows and FbCommand.Cancel is work in Firebird .NET providers 2.5.2 ? -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and

Re: [Firebird-net-provider] FbDataReader.HasRows andFbCommand.Cancel

2010-11-12 Thread Roberto Carlos | Unimed
, 2010 9:00 AM To: For users and developers of the Firebird .NET providers firebird-net-provider@lists.sourceforge.net Subject: Re: [Firebird-net-provider] FbDataReader.HasRows andFbCommand.Cancel On Fri, Nov 12, 2010 at 11:43, Roberto Carlos | Unimed roberto.car...@unimed-online.net wrote

[Firebird-net-provider] Firebird .NET provider and DDEX install on Visual Studio 2010

2010-08-23 Thread Carlos Niebla O'Gorman
. I will appreciate any help for this. Best regards, Carlos. -- Sell apps to millions through the Intel(R) Atom(Tm) Developer Program Be part of this innovative

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] VS to Firebird

2009-11-20 Thread Carlos Guzmán
nice to get all for free without doing nothing, and complaint when somethings goes bad or didn't work as you expect and with the time really is discouraging ( at least for me it was at the time ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] PlatformNotSupportedException Onwindows CE

2009-10-22 Thread Roberto Carlos
Hello, it is possible make a backup for only metadata from um remote host to a local host? thanks -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend

Re: [Firebird-net-provider] error : Executing stored procedure

2009-07-29 Thread Roberto Carlos
Hello, try execute procedure translationstring (77 Integer ; 'Decrease' Varchar(250)) returning_values (TRANSLATEDSTRING Varchar(250)) - Original Message - From: meh...@gnresound.com To: firebird-net-provider@lists.sourceforge.net Sent: Wednesday, July 29, 2009 4:24 PM

Re: [Firebird-net-provider] error : Executing stored procedure

2009-07-29 Thread Roberto Carlos
hello, try execute procedure translationstring (77, 'Decrease') returning_values (TRANSLATEDSTRING) - Original Message - From: meh...@gnresound.com To: firebird-net-provider@lists.sourceforge.net Sent: Wednesday, July 29, 2009 4:24 PM Subject: [Firebird-net-provider] error :

Re: [Firebird-net-provider] error : Executing stored procedure

2009-07-29 Thread Roberto Carlos
Engineer II | GN ReSound Group | 800-621-1275 ext 3339 | meh...@gnresound.com -- From: Roberto Carlos [mailto:roberto.car...@unimed-online.net] Sent: Wednesday, July 29, 2009 3:11 PM To: For users and developers

Re: [Firebird-net-provider] Embedded client not releasing db file

2009-06-29 Thread Carlos Guzmán
Hello: After using the above client then closing the database connection, the DB file is not actually closed until the app is closed - I can see the file handle exist in process explorer. Are you using Connection Pooling ( it's enabled by default ) ?? -- Carlos Guzmán Álvarez Vigo-Spain

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't read BLOB

2008-12-03 Thread Carlos
you read the value using GetValue method ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [Firebird-net-provider] Working without DDEX

2008-12-01 Thread Carlos
Hello: FirebirdSql.Data.FirebirdClient, Do you have this configured in your application configuration file or machine config file, to map the invariant name with the provider assembly ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Unable restore database in Embedded mode

2008-11-17 Thread Carlos
Hello: It not show any exception or error, it not restore. Please, use the ServiceOutput event, to check what is being done by the firebird server. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] insert...returning via FbDataAdapter

2008-11-13 Thread Carlos
Hello: I'm trying to get the id in the DataAdapter.RowUpdated-Event, but it isn't there. Can someone please tell me what's wrong with my code? It's a output parameter, so, after query execution check the parameter value. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Receiving the latest net-provider via cvs repository

2008-11-13 Thread Carlos
-- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize

Re: [Firebird-net-provider] LINQ support

2008-11-06 Thread Carlos
see what is going to happen with linq to sql server, http://blogs.msdn.com/adonet/archive/2008/10/31/clarifying-the-message-on-l2s-futures.aspx -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

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] performance-problem using .net-provider

2008-10-16 Thread Carlos
Hello: Testquery: SELECT * FROM RECORDED_FLOAT_VALUE WHERE FK_MEASUREMENT_RECORDING IN ([some id's like 91, 92, 93...]) If i run this query in ibexpert-consoleit needs 13,4s to give over 600.00 results. Are yoiu sure IBExpert is returning all the rows at the same time ?? -- Carlos

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] Memory leak in ASP.NET pages showing

2008-09-25 Thread Carlos
that are implementing IDisposable ?? ( like FbCommand ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

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] [firebird-support] Not convert toUNICODE in Embedded

2008-08-05 Thread Carlos
Hello: Thanks for your reply, please tell me more detail, where can I find FesConnection.ParseStatusVector In the .net provider sources: * source/FirebirdSql/Data/Client/Native/FesConnection.cs * -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

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

2008-08-05 Thread Carlos
Hello: Is this a bug? i couldn't check it, but it looks like a bug, yes xD -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: [Firebird-net-provider] Problem Regarding Firebird 2.1

2008-08-05 Thread Carlos
, post this question in the fb-support list. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: [Firebird-net-provider] Error Reading Data from Connection

2008-07-24 Thread Carlos
Hello: And that string data I am passing to the insert Query. OCRDATA= OCRResult; Query= INSERT INTO OCRCONTENT(FileCode, OCR_DATA)VALUES(12202,+ ' + OCRDATA + '); Can you try using parametrized queries ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Some questions?

2008-07-23 Thread Carlos
prevents you to create the TextReader in the server ?? I want remove commmends on script without init FbScript That method should remain as it's right now IMHO xD -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] UDF function with blob data

2008-07-10 Thread Carlos
Hello: But exception on fbCommand.ExecuteReader(); Can you post the exception details, please ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Sponsored by: SourceForge.net Community Choice

Re: [Firebird-net-provider] Possible breaking change for bug fix DNET-167

2008-07-09 Thread Carlos
Hello: If there will be no objection till friday, I'll commit the fix. I think the fix shouldn't break anything ... but .. hehehe xD -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Sponsored

Re: [Firebird-net-provider] Multi Word Parameters not working?

2008-07-04 Thread Carlos
Hola: Is it possible to use multi word parameters with the provider? eg: SELECT * FROM CUSTOMER WHERE CUSTOMERID = @Customer Id It's not supported ( and IMHO i see no benefit in using that instead of CustomerId xD ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] provider 1.7.1 and Fb 2.1

2008-07-01 Thread Carlos
remember now if the are changes in previous 2.x to allow the connection against that server version ( probably yes but ... didn't remember now xD ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Check

Re: [Firebird-net-provider] provider 1.7.1 and Fb 2.1

2008-07-01 Thread Carlos
Hello: The 2.x version should work with 2.1 server. :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services

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] Getting Query Parameter Types

2008-06-30 Thread Carlos
( using FbCommandBuilder. DeriveParameters ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about

Re: [Firebird-net-provider] DDEX

2008-06-25 Thread Carlos
the FirebirdSql.Data.FirebirdClient assembly installed in the GAC ?? -- Carlos Guzmán Álvarez Vigo-Spain - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Carlos
(TransactionScope ts = new TransactionScope(tr)) .. You can't do that, what TransactionScope expects is an instance of System.Transactions.Transaction class. -- Carlos Guzmán Álvarez Vigo-Spain - Check out the new SourceForge.net

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Carlos
Hello: You're right. I forgot, that's another transaction type. :( ;) -- Carlos Guzmán Álvarez Vigo-Spain - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-19 Thread Carlos
Hello: And so, that it´s imposible to do? Right now yes, as all the default IsolationLevels are using the Wait option. -- Carlos Guzmán Álvarez Vigo-Spain - Check out the new SourceForge.net Marketplace. It's the best

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 'System.Data.Common.DbConnection' error

2008-06-03 Thread Carlos
the provider sources and build them using the Compact Framework. -- Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go

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] selecting accented vowels from RDB$RELATIONS

2008-02-19 Thread Carlos
Hello: I'll start with UTF8. If it wouldn't work. I'll select it as raw bytes and 'll look what the database is sending. Try using ISO8859-1, i think utf8 will not work as the system tables are not unicode compliant ( unless this has changed recently ) -- Carlos Guzmán Álvarez Vigo-Spain

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] Firebird scalability under heavy load

2008-01-14 Thread Carlos
support using C++ will probably fix these performance problems ... but it will be a hard task in my opinion. It looks like Marshaling and Unmarshaling data is taken a long time, I'd say even longer than the internal calls themselves. -- Carlos Guzmán Álvarez Vigo-Spain

[Firebird-net-provider] Leaving the project

2008-01-07 Thread Carlos
to all of you for your help and support in all the time i was active in the development of the .NET provider :) -- Carlos Guzmán Álvarez Vigo-Spain P.D: Happy new year - This SF.net email is sponsored by: Microsoft Defy

Re: [Firebird-net-provider] Firebird scalability under heavy load

2007-12-28 Thread Carlos
, some of the changes was contributued by a provider user time ago ) -- Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http

Re: [Firebird-net-provider] Remote events bugfix

2007-12-28 Thread Carlos
Hello: What about the backport, Carlos? Isn't done yet? It isn't done, and i will be not able to do it until holydays ends. -- Carlos Guzmán Álvarez Vigo-Spain - This SF.net email is sponsored by: Microsoft Defy all

Re: [Firebird-net-provider] Firebird scalability under heavy load

2007-12-27 Thread Carlos
of Firebird Server are you using ?? What version of .NET are you using ?? What version of the ADO.NET Provider are you using ?? Are these threads using their own connection ?? What are the queries you are trying to run ?? What is the IsolationLevel you are using for transactions ?? -- Carlos Guzmán

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
Hello: hi; i download firebirdSqlclient (.net provider) and after 3 week i successful to access to database but connection to database wisard (in tools) don't work, and don't open the tree structure of table,why? Could you please, explain in detail what you are trying to do ?? -- Carlos

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] Remote events bugfix

2007-12-19 Thread Carlos
to backport it to 2.1 this weekend, after doing some tests on 2.5 Using .NET Provider 2.5 Alpha snapshots is dangerous in production environment, as well as using Firebird 2.1 Beta 1. Sure. -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Faulty GdsConnection::NextOperation

2007-12-14 Thread Carlos
are using in the connection string -- Carlos Guzmán Álvarez Vigo-Spain XMPP Client : http://code.google.com/p/xmppclient/ - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy

Re: [Firebird-net-provider] LINQ IQueryable Provider

2007-12-13 Thread Carlos
Hello: Is there any news on LINQ support for the provider? LinQ support is going to be done using LinQ for Entities ( using the Entity Framework ) as that is ms recomendation to implement the LinQ support. -- Carlos Guzmán Álvarez Vigo-Spain XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] Faulty GdsConnection::NextOperation

2007-12-13 Thread Carlos
?? Can you send a test case showing the problem ?? -- Carlos Guzmán Álvarez Vigo-Spain XMPP Client : http://code.google.com/p/xmppclient/ - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-11 Thread Carlos
Hello: Create a tracker ticket. With a test case, please- -- Carlos Guzmán Álvarez Vigo-Spain XMPP Client : http://code.google.com/p/xmppclient/ - SF.Net email is sponsored by: Check out the new SourceForge.net

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] Firebird 2.10 final will be released soon

2007-11-22 Thread Carlos
Hello: Maybe also DDEX provider with VS2008 stuff (now VS2008 is final and ready to donwload, so it's just in time :)). It's final yet ?? dman .. haven't readed news on that the latest weeks XD -- Carlos Guzmán Álvarez Vigo-Spain Blog : http://carlosga.wordpress.com/ FirebirdClient

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

2007-11-21 Thread Carlos
Hello: Carlos, are you alive? :) Sure, busy but alive ;) -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored by: Microsoft

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

2007-11-21 Thread Carlos
not a big deal, bug it's also small change. Huuu haven't understood this well :) 3.1. Maybe we should review current install process of all components (and maybe build). If community is interested, I can provide some thoughts I've made (the build process we can discuss privately, Carlos

Re: [Firebird-net-provider] FireBird Crashes when users log onto it using my .NET software

2007-11-21 Thread Carlos
this many uses at a time. Where is the problem? In the .NET Provider or in FB. What is the exception being raised by the .NET Provider ?? What version of the .NET Provider and MS .NET are you using ?? There are any error being logged by the Firebird server in the log file ?? -- Carlos

[Firebird-net-provider] Firebird 2.10 final will be released soon

2007-11-21 Thread Carlos
Hello: I hope to release the v2.1.0 final of the provider next Monday ( November 26 ), if there are any commit pendings do it before the Saturday. I will check if it's possible to make a new release of the devel version ( 2.5 ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Problem integrating with VS 2005

2007-11-15 Thread Carlos
Hello: 4. Modified the 2 .reg files, changing both sections - configSection and system.data DBProviderFactories. And installed them. What .reg files, and why you have installed two ?? you should be installing only one of them -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Order of parameters to stored procedure

2007-11-14 Thread Carlos
parameters, that is something implemented in the 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] 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] DBConcurrencyException

2007-11-02 Thread Carlos
Hello: Maybe we can split prolems into seprate threads or create tracker items and solve problems there. What do you think? putting them into the tracker will be the best. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] Possible issue in FirebirdSql.Data.FirebirdClient - Charset.cs

2007-11-02 Thread Carlos
Hello: retrieved. But when reading these string over ODBC or in IBExpert they IBExpert has no real support for UTF-8 ( at least as i know ), on ODBC you should check if UTF-8 is correctly supported by the driver you are using. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] DBConcurrencyException

2007-11-02 Thread Carlos
Hello: This may be not big problem to change. If there's no objection, I can do this. We should echeck what is being done by Sql Client if possible, and do the same thing. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] Possible issue in

2007-11-02 Thread Carlos
UTF-8 will be far better ;) and that using NONE will cause the provider to use the default .NET Encoding ( that could or not be UTF-8 ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http

Re: [Firebird-net-provider] Possible issue in

2007-11-02 Thread Carlos
Hola: My vote is 1). But hard to say, whether you'll find ODBC driver with Unicode support (if this has no support). He can ask in the ODBC driver list how to set up it correctly to use UTF-8, and check if he is doing thinks the right way :) -- Carlos Guzmán Álvarez Vigo-Spain Blog

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

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

2007-10-29 Thread Carlos
support, hope i will do it in this weekend ( or in the beggining of the next week ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

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

2007-10-28 Thread Carlos Guzmán Álvarez
Mensaje original Asunto: problem in .NET provider Fecha: Sat, 20 Oct 2007 15:34:00 +0200 De: Peter Turcan [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Hello Carlos! For first, thank you for your great work on .NET Firebird provider! I have found problem

Re: [Firebird-net-provider] OT: changelog.txt

2007-10-26 Thread Carlos
Hello: What does the XD means? Did I miss something? :) no it's only an emoticon ;) -- 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] (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

  1   2   3   4   5   6   7   8   9   >