Re: [Firebird-net-provider] how to use relation

2007-09-12 Thread Carlos
TableAdapters ( and fill them with data ) or fill the dataset table using the TableAdapter ?? -- 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] Wix under vs2005

2007-09-12 Thread Carlos
Hello: Having problems building the wixinstaller under VS2005 with Votive. The project is just not recognised as a vs2005 project. Is the an upgrade path or are we going to build a vs2005 wix project? what version of Wix do you have installed ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog

Re: [Firebird-net-provider] How to get meta data

2007-09-13 Thread Carlos
Hello: How I can get meta data by use FirebirdClient. Have you checked the FbConnection.GetSchema method ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p

Re: [Firebird-net-provider] how to use relation

2007-09-13 Thread Carlos
supposed to do something like this? No, it's not supported. But you can use two DataAdapters to fill the two tables ( The DataAdapter has an overload of the Fill method to fill a single table whitin a DataSet ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com

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

2007-09-17 Thread Carlos
Hola: Any further ideas? I will see if i can test it but i think the SQL Reporting services are using hardcoded quotes. -- 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] Parameter 'in' statement

2007-09-18 Thread Carlos
2007/9/18, Tao Lin [EMAIL PROTECTED]: Thank you for your suggestion, Dean. Because I try to put my query and parameters in a xml file, Couldn't you split the value and create the parameters according to the result ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Enlisting transaction

2007-09-27 Thread Carlos
from MS. :( No, i thyink it will work in a different way using Sql Client, more than probably it relies on how it's implemented on the firebird provider -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP

Re: [Firebird-net-provider] VB.Net 2005 Express

2007-09-28 Thread Carlos
? Are you trying to do it from the Server Explorer right ?? DDEX provider isn't available for Express editions. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

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

2007-10-08 Thread Carlos
in the GAC -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient/ - This SF.net email

Re: [Firebird-net-provider] Firebird and Threads

2007-10-09 Thread Carlos
Hello: Is there a thread-safe way to access data using Firebird .Net? ADO.NET Data Providers aren't thread-safe, you should be using a connection per thread. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org

Re: [Firebird-net-provider] Remote Connection Problem

2007-10-09 Thread Carlos
connected to the remote machine via VPN. Anyone have any ideas Are you sure there is nothing blocking connections against the server ?? ( like a firewall ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client

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

2007-10-11 Thread Carlos
Hello: SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED Are you sure the SQL Reporting services are designed to work well with non thir party servers ?? I can't try them but i will doubt they will work fine without SQL Server 2005 ... -- Carlos Guzmán Álvarez Vigo-Spain Blog

Re: [Firebird-net-provider] Help: Unable to execute the GRANT statement

2007-10-17 Thread Carlos
should return the number of rows affected by an insert, update or delete statement or -1 in any other case, so what do you expect a GRANT statement to be returning ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org

Re: [Firebird-net-provider] Firebird ADO.Net on x64

2007-10-19 Thread Carlos
of the embedded server ?? I ask because i'm seeing the sourceforge downloads and the embedded server is there only for 32 bit platforms ( unless i'm missing something ) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org

Re: [Firebird-net-provider] Firebird ADO.Net on x64

2007-10-19 Thread Carlos
the 64 bit embedded server ( i will doubt it a lot but ... ) If not, there will be the need of a new GDS for the 64 bit embedded server. Works the provider built for 64 bit platform against the 2.1 beta 2 stand alone server or not ?? -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Firebird ADO.Net on x64

2007-10-19 Thread Carlos
Hello: I don't know if the problem is specific to the .NET data provider, or if it's some bug in fbembed.dll itself, though... I maybe wrong but i think the embedded server for 64 bits will need a new GDS implementation. -- Carlos Guzmán Álvarez Vigo-Spain Blog: http

Re: [Firebird-net-provider] Help: Unable to execute theGRANTstatement

2007-10-19 Thread Carlos
Hello: My somewhat restricted knowledge of Firebird internals might lead me wrong here, but wouldn't you have to run GRANT statements against the target database, instead of against the security.fdb ??? I think it should be executed over the target database -- Carlos Guzmán Álvarez Vigo

Re: [Firebird-net-provider] patches for 64-bit data provider + embedded (2.1 beta 2)

2007-10-23 Thread Carlos
Hello: OK, I've run tests. No new problems. I've commited this patch to SVN. If there's somebody interested in this build, I can send it, just let me know. Nice :) -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] patches for 64-bit data provider + embedded (2.1 beta 2)

2007-10-23 Thread Carlos
Hello: Yes. Dean did great work! Sure :) -- 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] OT: changelog.txt

2007-10-23 Thread Carlos
changes.txt file will be saved. While we can know the changes done i have no problem on the way we use to do so XD -- Carlos Guzmán Álvarez Vigo-Spain Blog: http://carlosga.wordpress.com/ FirebirdClient : http://www.firebirdsql.org/ XMPP Client : http://code.google.com/p/xmppclient

Re: [Firebird-net-provider] Embedded on 64 bit ?? almost fine . damn !!

2007-10-23 Thread Carlos
Hello: but may be U' intend this one ?? : http://sourceforge.net/project/showfiles.php?group_id=9028package_id=226496 or what else ? That is the server not the .net provider. -- Carlos Guzmán Álvarez Vigo-Spain Blog : http://carlosga.wordpress.com/ FirebirdClient : http

Re: [Firebird-net-provider] Embedded on 64 bit ?? almost fine . damn !!

2007-10-23 Thread Carlos
Hello: SVN access intructions can be found here: http://sourceforge.net/svn/?group_id=9028 The .net provider svn module is: NETProvider/trunk/NETProvider http://firebird.svn.sourceforge.net/viewvc/firebird/NETProvider/trunk/NETProvider/ -- Carlos Guzmán Álvarez Vigo-Spain Blog

Re: [Firebird-net-provider] Firebird-net-provider Digest, Vol 18, Issue 11

2007-10-23 Thread Carlos
Hello: hello dean, yes,i am running super server on a multi-core/multi-CPU machine.my code is as given below:- I have missed the point with this mail, could you please send a new one explaining your problem from the beggining, please ?? -- Carlos Guzmán Álvarez Vigo

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

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

[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

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

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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] [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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] 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] Firebird .NET Data Provider

2005-10-29 Thread Carlos Guzmán Álvarez
tell me how do I fix that problem? Huummm loks like that database was created with a higher version of Firebird ( maybe with 2.0 ?? ), can you ask this in the Firebird support list, please ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Compact framework 1.1

2005-10-29 Thread Carlos Guzmán Álvarez
should stick to the .net cf 2.0 ;) -- Bets regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training

Re: [Firebird-net-provider] Firebird crash due to .Net provider?

2005-11-01 Thread Carlos Guzmán Álvarez
. Carlos? Huummm not sure if i have understood well hehe ... when you change the command text of a FbCommand the previous command is released and new one will be prepared on next execution. -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Optimistic Concurrency Issues Using FbDataAdapter.Update()

2005-11-12 Thread Carlos Guzmán Álvarez
Hello: Please let me know whether or not the above is an accurate description of the problem, and whether the solution seems like a workable one. If first place it looks as s asuitable solution. -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] FB Server 2.0 b1

2005-11-13 Thread Carlos Guzmán Álvarez
Hello: I have downloaded and installed Fb 2.0 b1 :-( , prior to this, I did backup all my databases :-) - with the following code Could you please send this to the fb-devel list to see if there is or not a problem with the new version of the firbeird server ?? -- Best regards Carlos

Re: [Firebird-net-provider] mebership api with Firebird

2005-11-27 Thread Carlos Guzmán Álvarez
regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web

Re: [Firebird-net-provider] INSERT INTO RETURNING

2005-11-27 Thread Carlos Guzmán Álvarez
Hello: I couldn't get this working with VS2005 beta 2. I've just tried it again with no success. FirebirdClient 2.0 from cvs head + VS2005 Final. Are you using Firebird (Server) 2.0 ?? What error are you getting ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-01 Thread Carlos Guzmán Álvarez
or not, the PublicTokenKey should match the one of the assembly you have installed in the GAC. And finally you need to have installed the Visual Studio 2005 SDK -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email

[Firebird-net-provider] Re: execute procdure with return output

2005-12-03 Thread Carlos Guzmán Álvarez
, myTxn) myCommand.CommandType = CommandType.StoredProcedure MyCommand.Parameters.Add(@catid, FbDbType.Integer).Value = SUBCATLIST.selecteditem.Value Add here a new parameter with ParameterDirection Output -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] for 2.0 beta1, new ddex provider

2005-12-04 Thread Carlos Guzmán Álvarez
using the Super Server could give a try with it to check if it's a problem with the embedded server support, please ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you

Re: [Firebird-net-provider] Suggestion: Object cannot be cast from DBNull to other types

2005-12-04 Thread Carlos Guzmán Álvarez
(); } } -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log

Re: [Firebird-net-provider] Also problems with beta 1 with VS 2005

2005-12-04 Thread Carlos Guzmán Álvarez
combined in the windows registry, and that the needed paths are correctly as well. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

Re: [Firebird-net-provider] Error on Add a connection

2005-12-06 Thread Carlos Guzmán Álvarez
in Visual Studio. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your

Re: [Firebird-net-provider] Changes onnant build project

2005-12-07 Thread Carlos Guzmán Álvarez
parameters and that will be sent to the server as short parameter using 0 for false and 1 for true, opinions are welcome on this change ;) This is the table format I will be using. Thanks for the link, I had been looking for it :-) . hehe -- Carlos Guzmán Álvarez Vigo-Spain http

Re: [Firebird-net-provider] Error on Add a connection

2005-12-08 Thread Carlos Guzmán Álvarez
-- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log

Re: [Firebird-net-provider] Firebird .Net API IB_Affinity Mask

2005-12-08 Thread Carlos Guzmán Álvarez
configuration parameter, at least as i know. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine

Re: [Firebird-net-provider] FBDataAdapter (.NET Provider 2.0) problem

2005-12-12 Thread Carlos Guzmán Álvarez
Hello: I've a problem with FBDataAdapter in 2.0 Provider. It looks as working for me ... What version of the provider are you using ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email

Re: [Firebird-net-provider] .NET 2.0 Provider, UPDATE and DELETE command are not generated by TableAdapters

2005-12-12 Thread Carlos Guzmán Álvarez
the INSERT command :P -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching

Re: [Firebird-net-provider] NET provider and VC# Express final

2005-12-15 Thread Carlos Guzmán Álvarez
Hello: just a reality check, is it possible to use Integrate Firebird .NET provider with Express version? As i know DDEX support is not available on Express Editios :P -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] NET_Provider20 build for net-1.1 fails

2005-12-18 Thread Carlos Guzmán Álvarez
Hello: I am assuming thats a command line option for the .NET framework 2.0, but is there an alternative we can use to target 1.1 please? No, version 2.0 is for .NET 2.0 only -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] NET_Provider20 build for net-1.1 fails

2005-12-18 Thread Carlos Guzmán Álvarez
a while? There will continue to be releases of the 1.7, mostly for bug fixes, all new features will be added to 2.0 at least in first place. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email

Re: [Firebird-net-provider] Exception after 16000 rows? (test case included)

2005-12-21 Thread Carlos Guzmán Álvarez
(@LocationDescriptor, FbDbType.VarChar); command.Parameters[0].Value = id; command.Parameters[1].Value = descriptor; command.Connection = connection; command.ExecuteNonQuery(); *command.Dispose();* } -- Carlos Guzmán Álvarez Vigo-Spain

  1   2   3   4   5   6   7   8   9   >