Re: [Firebird-net-provider] Express editions of VS and DDEX

2007-02-04 Thread Carlos Guzmán Álvarez
Hello: Damn, I'm trying to find some solution in google, etc. but I have VS Prof. so I'm not able to test every hint. Have you tested it and is not working ?? you have done the test by modify the package less reg file ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Can we include Firebird .NET provider source in a commersial product

2007-02-03 Thread Carlos Guzmán Álvarez
Hello: Are we allowed legally to include Firebird .NET provider source code inside our proprietary products? I do not want to distribute another .dll along with our product... I think the license allow that, but you can't earn money from the sources. -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Permission

2007-02-03 Thread Carlos Guzmán Álvarez
Hello: I would implement this file as NgpsqlMetaData.xml, with your permission. I have no problem if you use the XML file. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do

Re: [Firebird-net-provider] Enumerators refactoring (SetOutputParameters)

2007-02-03 Thread Carlos Guzmán Álvarez
) and 'll try to refactor these. Ok -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Firebird-net-provider] NAnt build file

2007-02-03 Thread Carlos Guzmán Álvarez
-- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download

Re: [Firebird-net-provider] Another Parameters Question

2007-02-02 Thread Carlos Guzmán Álvarez
return the results set of course. but how to return count? this wont work: returns ( Val 1integer, Val 2 integer, CountVal int OUTPUT } please ask this question in the fb-support list. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] 2.0.0.0 works, not 2.0.1.0

2007-02-02 Thread Carlos Guzmán Álvarez
Hello: Is there anyway to look at a library dll and see what its references are internally? It looks like an installation problem could give a try by uninstalling all .net provider versions and installing only the 2.0.1 ?? -- Carlos Guzmán Álvarez Vigo-Spain http

Re: [Firebird-net-provider] Firebird-net-provider Digest, Vol 9, Issue 36

2007-01-30 Thread Carlos Guzmán Álvarez
Hello: But we're talking about the internal representation. Of non-'@'-sign params and '@'-sign params. I will do a change in FbCommand to allow that this weekend. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Accepting parameters without '@' (was: Re: Param symbol)

2007-01-29 Thread Carlos Guzmán Álvarez
now, named and with place holder and i think there are 0 problem with the actual way they work ( the only problem could be with the ddex provider at design time ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Accepting parameters without '@' (was: Re: Param symbol)

2007-01-29 Thread Carlos Guzmán Álvarez
thru parameters before postback and adding '@'. :D I will see if there are some way of fix that in the ddex provider -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence

Re: [Firebird-net-provider] Param symbol

2007-01-29 Thread Carlos Guzmán Álvarez
Hello: Yes, the SqlCommand can do this. But what is being done by SqlParameter when you create a parameter without @ ?? it left the name as is or appends the @ at the beginning ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] FbDataAdapter problem

2007-01-27 Thread Carlos Guzmán Álvarez
Hello: The important part is that AcceptChanges() is called BEFORE first returned row is placed in DataRow and BEFORE any output params returned are placed in DataRow. Could you check the latest svn sources, and let me know if the change if correct please ?? -- Carlos Guzmán Álvarez Vigo

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0

2007-01-27 Thread Carlos Guzmán Álvarez
;Pooling=False;Password=masterkey;Dialect=3;DataBase= + DataStoreFile); -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Carlos Guzmán Álvarez
you have installed the Embedded server and where ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: [Firebird-net-provider] FbDataAdapter problem

2007-01-23 Thread Carlos Guzmán Álvarez
Hello: *Zlatko Michailov - MSFT confirmed explicitly that* AcceptChanges() is called right after ExecuteReader() for added rows, before the first returned row is placed in DataRow. There are no ExecuteReader calls in the Update imeplementation. -- Carlos Guzmán Álvarez Vigo-Spain http

Re: [Firebird-net-provider] Provider roadmap

2007-01-20 Thread Carlos Guzmán Álvarez
to the project ( busy in my daily job ;) ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: [Firebird-net-provider] FbDataAdapter - generics

2007-01-15 Thread Carlos Guzmán Álvarez
Hello: I'm thinking about refactoring Update method of FbDataAdapter using generics for connections. There's no huge work to do, but it (maybe) can help to improve performace. What do you think? Ok. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Distributing app with embedded Firebird 2.0 for dummies

2007-01-13 Thread Carlos Guzmán Álvarez
. And why you don't use an installer ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Firebird-net-provider] Can I get path to database on Backup?

2007-01-13 Thread Carlos Guzmán Álvarez
Hello: Yes. :( I'll try to prepare some property into provider code, where we can use API. Are we sure that is not returned by the FbDatabaseInfo class ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Error on geting value from stored procedure

2007-01-11 Thread Carlos Guzmán Álvarez
); -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [Firebird-net-provider] Error on geting value from stored procedure

2007-01-11 Thread Carlos Guzmán Álvarez
?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [Firebird-net-provider] Error on geting value from stored procedure

2007-01-11 Thread Carlos Guzmán Álvarez
Hello: In tabel structure luook like VARCHAR(30) CHARACTER SET ISO8859_2 COLLATE ISO8859_2. This could be the problem? I do I try to modify to none! Sorry what is the one you are using in the connection string ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Wrong parameter declaration

2007-01-11 Thread Carlos Guzmán Álvarez
is -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business

Re: [Firebird-net-provider] autonumber field

2007-01-11 Thread Carlos Guzmán Álvarez
) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business

Re: [Firebird-net-provider] Wrong parameter declaration

2007-01-10 Thread Carlos Guzmán Álvarez
Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [Firebird-net-provider] Insert/Update/Delete commands not generated for views in 2.1 b1

2007-01-09 Thread Carlos Guzmán Álvarez
Hello: Can't find your e-mail. You can try script below... easy ;) carlosga05 at gmail.com -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Firebird-net-provider] I get error when i try to assign connectionstring setting to FBConnection

2007-01-09 Thread Carlos Guzmán Álvarez
Hello: I sended to your private e-mail a project for this error. Huumm haven't received it, have you sent it to carlosga05 at gmail.com ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys

Re: [Firebird-net-provider] Understanding some conceptions

2007-01-09 Thread Carlos Guzmán Álvarez
, in general, will be in my opinion to use a ORM ) Of, course they have too good things, as they make data access too easy ;) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence

Re: [Firebird-net-provider] Understanding some conceptions

2007-01-09 Thread Carlos Guzmán Álvarez
Hello: In ASP.NET i use ObjectDataSources + my ORM lib - very powerfull thing :-) ObjectDataSource is really great !!! -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash

Re: [Firebird-net-provider] failed to find or load the registered .net framework data provider

2006-12-31 Thread Carlos Guzmán Álvarez
of the provider in the gac ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [Firebird-net-provider] Support for Firebird events

2006-12-27 Thread Carlos Guzmán Álvarez
and that is not possible. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

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

2006-12-26 Thread Carlos Guzmán Álvarez
Hello: Database: path to database Server Type: Embeded User: SYSDBA Password: masterkey What happens if you set localhost as the DataSource/Server ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

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

2006-12-26 Thread Carlos Guzmán Álvarez
a ddex provider for an ado.net provider not an oledb one. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

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

2006-12-25 Thread Carlos Guzmán Álvarez
Hello: In readme im read that PublicKeyToken must be equal to Key form assemby in GAC. My assembly has key = 3750abcc3150b00c. That is the right one. But when im enter it in machine.config OK button is disabled. Why ? What fields has you filled in the dialog ?? -- Carlos Guzmán Álvarez

Re: [Firebird-net-provider] data provider

2006-12-24 Thread Carlos Guzmán Álvarez
) and FirebirdClientDriver ( for 2.0+) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Firebird-net-provider] Embedded on windows

2006-12-24 Thread Carlos Guzmán Álvarez
, but it says it cannot open the database and the only message I can see is a Version 2.0 of the embedded server has more dll's that are needed to run it are you sure you have it properly installed ?? Index was outside the bounds of the array. can you send the stack trace ?? -- Carlos Guzmán

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

2006-12-22 Thread Carlos Guzmán Álvarez
Hello: Please help me!. 1. What version of the .net provider are you using ?? 2. What version of the .reg file are you using ?? 3. Are you using express editions of Visual Studio ?? 4. How do you have modified the machine.config file ?? -- Carlos Guzmán Álvarez Vigo-Spain http

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

2006-12-21 Thread Carlos Guzmán Álvarez
Hello: It maybe a new build of the ddex provider is needed with the SP1 i will try to release a new version as soon as possible. Could somebody confirm if the SP1 install has deleted the ddex provider registry entries ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

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

2006-12-21 Thread Carlos Guzmán Álvarez
Hello: FB DDEX provider works for me just like before SP1. If it isn't enough what registry key I have to look for? Nice to hear, don't worry if it's working fine the registry entries are correct :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Visual Basic Express

2006-12-20 Thread Carlos Guzmán Álvarez
how to do it. -- Un saludo Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

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

2006-12-20 Thread Carlos Guzmán Álvarez
Hello: It maybe a new build of the ddex provider is needed with the SP1 i will try to release a new version as soon as possible. -- Un saludo Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys

Re: [Firebird-net-provider] Firebird 2.0 Embedded on Linux

2006-12-17 Thread Carlos Guzmán Álvarez
Hello: Well, I regularly ask the same question but... is there any progress on Firebird/Mono Embedded on Linux? And what the problems of the embedded suppoer on linux ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Provider 1.7.1.x ?

2006-12-11 Thread Carlos Guzmán Álvarez
Hello: There is a modification in the CVS branch of the 1.7 that we need to use . I would like to know if a release is planned for it, and when ? There are no plans for a new release right now. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] hi

2006-12-07 Thread Carlos Guzmán Álvarez
pooling issue, how do you have configured the connection pooling in the connection string ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Firebird-net-provider] dot net privder for VS2005 not working

2006-12-05 Thread Carlos Guzmán Álvarez
file you have used ?? the package less or the normal one that requires the VS SDK to be installed ( VS SDK *is not the .NET Framework SDK* ) ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take

Re: [Firebird-net-provider] dialog closes when typing?

2006-12-03 Thread Carlos Guzmán Álvarez
the maching.config file ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: [Firebird-net-provider] Backup with Firebird 2 and Provider

2006-11-27 Thread Carlos Guzmán Álvarez
Hello: Can you tell me if it's the case please Carlos ? It's changed in CVS sources. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Firebird-net-provider] Firebird 2 with Provider 1.7.1

2006-11-25 Thread Carlos Guzmán Álvarez
Hello: Maybe ... But VS2005 != .NET FW 2.0 Sure :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: [Firebird-net-provider] UTF8 character set in connection string breaks CHAR(n)

2006-11-19 Thread Carlos Guzmán Álvarez
Hello: No, sorry, it does not change anything. The constraint checking done by the DataSet is still not satisfied when EndLoadData gets called. Could you send to my private email a simple test case ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] FbDataAdapter problem

2006-11-18 Thread Carlos Guzmán Álvarez
using ExecuteNonQuery calls. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [Firebird-net-provider] UTF8 character set in connection string breaks CHAR(n)

2006-11-18 Thread Carlos Guzmán Álvarez
the UTF-8 encoding to use 4 bytes, could you give a try to it and let me know if it solves or not your problem. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future

Re: [Firebird-net-provider] Upgrading webproviders to use UTF8

2006-11-16 Thread Carlos Guzmán Álvarez
in things like the encoding. ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: [Firebird-net-provider] Upgrading webproviders to use UTF8

2006-11-16 Thread Carlos Guzmán Álvarez
the default character set of the database. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance

Re: [Firebird-net-provider] FbDataAdapter problem

2006-11-16 Thread Carlos Guzmán Álvarez
Hello: if (statementType == StatementType.Insert) { row.AcceptChanges(); } I'm not going to do this unless there are any good argument for doing it only for inserts. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Dispose not implemented in FirebirdClient.FbTransaction

2006-11-16 Thread Carlos Guzmán Álvarez
'FirebirdSql.Data.FirebirdClient, Version=2.0.1.0 http://2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c' does not have an implementation.// Well Dispose should be implemented in DbTransaction class ... it's really weird. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Using the 2.0 Provider on Mono

2006-11-13 Thread Carlos Guzmán Álvarez
Hello: Its sad that is doesnt come in the package :( Sad or not it doesn't depend on myself only, i will be glad to see the v2.0 of provider coming with mono, but mono people are who needs to decide if they want that and how that should be done not me. On 11/10/06, Carlos Guzmán Álvarez

Re: [Firebird-net-provider] isc_dpb_num_buffers connection parameter

2006-11-13 Thread Carlos Guzmán Álvarez
Hello: Is this parameter supported in .NET provider? Hope you mean if it's configurable ; the answer is no, but it can be added to the connection string if needed -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] FireBird performance SQL vs StoredProcedure

2006-11-13 Thread Carlos Guzmán Álvarez
Hello: I am new user to FireBird. Performance vise which is better ? Executing the sql statements as commands or executing the stored procedure. Please, ask this in the fb-support list. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] FbDataAdapter problem

2006-11-13 Thread Carlos Guzmán Álvarez
step 3 it executes AcceptChanges if the row is inserted. Try using the latest CVS sources, that has changes to honor the AcceptChangesDuringUpdate property value. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Usage of Firebird .NET data provider

2006-11-10 Thread Carlos Guzmán Álvarez
Hello: Please suggest.. Please send the sp definition, are you adding parameters to the command inthe same order as they appears in the sp code ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Using the 2.0 Provider on Mono

2006-11-10 Thread Carlos Guzmán Álvarez
in a module called Crimson. I would like to have a new module for this kind of libraries, to keep the Mono core smaller. We would still ship it though. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] FbDataAdapter problem

2006-11-08 Thread Carlos Guzmán Álvarez
. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: [Firebird-net-provider] FbDataAdapter problem

2006-11-08 Thread Carlos Guzmán Álvarez
Hello: Please, can you make a test using the CVS sources ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Firebird-net-provider] Stored Procudure

2006-11-08 Thread Carlos Guzmán Álvarez
Hello: Hi all! In Sql Server, I can write stored procedure which return records, with no output parameters. In firebird, I can do the same? You can't. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Attempted to read or write protected memory. This is often an indication that other memory is corrupt

2006-11-07 Thread Carlos Guzmán Álvarez
--- Fail If I put an integer value in the where condition It works fine. Please send a test case to my private email with a test database. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using

Re: [Firebird-net-provider] Documentation on FbException and FbError codes (V2.0.1)

2006-11-07 Thread Carlos Guzmán Álvarez
on that that comes with the provider is the files used as resource for the error messages. You can found it in the sourec package or the CVS. IF need more documentation try asking in the fb-support list. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Exception when running a query

2006-11-05 Thread Carlos Guzmán Álvarez
found the reason yet. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology

Re: [Firebird-net-provider] Next release v2.1.0 and improved remote protocol

2006-11-03 Thread Carlos Guzmán Álvarez
from these improvements. And I'm wondering, will .NET provider support these protocol changes? If there are documentation on the places that changes were done in the server, yes. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] deploying application

2006-11-02 Thread Carlos Guzmán Álvarez
Hello: I have FirebirdSql.Data.FirebirdClient.dll installed to the GAC on the server and I put it into the application folder as well. Is this what you meant? Yes. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

[Firebird-net-provider] [Fwd: Speedup for the embedded .Net provider I think I can get it to work at 10x the speed. (so it is comparable to the server version)]

2006-11-02 Thread Carlos Guzmán Álvarez
a patch for the 1.7 version (patched against 18 oct. 2006) I hope to hear from you soon, because I need some more speedup in my application. I have a few questions at the end of Speedup.txt. Also I would like to hear what you think of my modifications. Regards, Jelle Hissink -- Carlos Guzmán

Re: [Firebird-net-provider] Next release v2.1.0

2006-10-31 Thread Carlos Guzmán Álvarez
Hello: First part of generics usage is done - implemented generics usage for backupFiles in BackupRestore class. All ServiceTest performed without errrors. Great !!! -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-30 Thread Carlos Guzmán Álvarez
Hello: Yes it works fine now where was the problem ? In the data type of the IS_NULLABLE column returned in the GetSchema calls ... thanks a lot ! :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Crash in Update

2006-10-30 Thread Carlos Guzmán Álvarez
get the updated sources ? I will try to take a look at this as soon as possible, have you checked if the same thing happens when working agains Firebird 1.5.3 ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Crash in Update

2006-10-30 Thread Carlos Guzmán Álvarez
()) { } } } } It's using the employee database that comes with firebird. If it works for you too i will need a test case to reproduce your problem. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Support for EXECUTE BLOCK statement

2006-10-30 Thread Carlos Guzmán Álvarez
· Removal of the old design time support. · Bug fixes. And nothing more, if there are other things to do they should be done after that release. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Intellisense support

2006-10-30 Thread Carlos Guzmán Álvarez
Hello: I have not been able to generate the XML file for the 2.0 provider. Has anybody some hints as to how I should proceed? You can't s the 2.0 has no documentation comments. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] deploying application

2006-10-29 Thread Carlos Guzmán Álvarez
Hello: Do I need to install something on the server to have an application run there? The provider assembly ( FirebirdSql.Data.Firebird.dll ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using

Re: [Firebird-net-provider] Visual Studio 05 Express and Dataset Use

2006-10-29 Thread Carlos Guzmán Álvarez
): base.AddProperty(DeskTopDataSource, true); base.AddProperty(LocalDatabase, true); -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
information is trying yo get from the DDEX to do the work. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
working withe SqlDataSource component ... anyway more than probably it's a problem in one of the Firebird providers. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
what can be the reasons that makes this to be disabled ... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
( As a test ) as primary key ... makes it to be enabled selecting only two fields ... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
Hello: Huummm setting FAC_CODE ( As a test ) as primary key ... makes it to be enabled selecting only two fields ... But the insert command didn't get generated ... looks weird ... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
Hello: But the insert command didn't get generated ... looks weird ... I will try to check if it could be something related to the FbCommandBuilder class. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Problem with ddex and tableadapter

2006-10-29 Thread Carlos Guzmán Álvarez
Hello: I have a problem with the tableadapter and the ddex provider i will try to explain you with an exemple : I think i have this fixed in my local tree -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Nbackup and Firebird .Net

2006-10-28 Thread Carlos Guzmán Álvarez
Hello: I don't know if nbackup have service support in firebird, but if does, it will be supported in provider? If it gets service support more than probably yes, it will be implemented in the provider. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Membership, Role and Personalization Providers

2006-10-28 Thread Carlos Guzmán Álvarez
: * Membership * Profile * Role * Session State Store 1. Are there any SQL scripts or code examples floating around to use as a starting point? Yes look into the .net provider source package. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

[Firebird-net-provider] Next release v2.1.0

2006-10-27 Thread Carlos Guzmán Álvarez
Hello: Next release will be 2.1.0. As i have told some days ago for that version old design time stuff will be removed, i will try to remove it from CVS today. Jiri you can now do the your pending commits on Generics usage :) -- Carlos Guzmán Álvarez Vigo-Spain http

Re: [Firebird-net-provider] Next release v2.1.0

2006-10-27 Thread Carlos Guzmán Álvarez
Hello: During the weekend I'll try to do it. We are not in a hurry so do it when you can :D -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web

Re: [Firebird-net-provider] Next release v2.1.0

2006-10-27 Thread Carlos Guzmán Álvarez
Hello: Carlos, could you please look at DNET-68 issue in tracker. I've created simplistic testcase and attached all needed files to see the bug. It should be fixed in CVS now. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Like problems

2006-10-27 Thread Carlos Guzmán Álvarez
Hello: I try what you told me using the @ before the variable, but I dont think that the query is actually viewing it as one, its more like another text for the like. Ahh sorry i was understanding you were doing the call from the provider. '%' || :RESIDENCIA || '%' -- Carlos Guzmán

Re: [Firebird-net-provider] IsolationLevel info needed

2006-10-26 Thread Carlos Guzmán Álvarez
Hello: Hi can anybody please share a link to documentation with description for all possible IsolationLevels in FbTransaction of .NET FirebirdProvider 2.0.1 Look into the 1.7 documentation they are the same. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] Visual Studio 05 Express and Dataset Use

2006-10-24 Thread Carlos Guzmán Álvarez
the machine.config modified what version of the .reg file have you used to register the DDEX provider ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-24 Thread Carlos Guzmán Álvarez
, we will do that change on 2.1.0 -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Carlos Guzmán Álvarez
broke existing code. -- Carlos Guzmán Álvarez Vigo-Spain - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

[Firebird-net-provider] Old design time support going to be removed in 2.1.0

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: I'm planning to remove the old design time support in v2.1.0. That includes designers for FbConnection, FbDataAdapter and FbCommand components, that will be removed in favor of the design time features provided by the DDEX provider. -- Carlos Guzmán Álvarez Vigo-Spain http

[Firebird-net-provider] Release of 2.0.1

2006-10-23 Thread Carlos Guzmán Álvarez
Hello: I'm going to tag the sources of the 2.0 version for the 2.0.1 release please if you have commits pending let me know as after the tag i will want to see not commits until i do the release ( probably this friday ). -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-23 Thread Carlos Guzmán Álvarez
Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: [Firebird-net-provider] Why FbErrorCollection needs to be

2006-10-21 Thread Carlos Guzmán Álvarez
Hello: It's done. Commited to CVS. Ok, i have updated the changelog and i have done the same thing on FbParameterCollection -- Carlos Guzmán Álvarez Vigo-Spain - Using Tomcat but need to do more? Need to support web

<    1   2   3   4   5   6   7   8   >