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

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

Re: [Firebird-net-provider] Problem: FBDataAdapter (.Net Provider 2.0)

2005-12-25 Thread Carlos Guzmán Álvarez
? If i'm not wrong it's fixed on CVS. -- 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 sear

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

2005-12-25 Thread Carlos Guzmán Álvarez
the CVS -- 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

[Firebird-net-provider] Web site contexnts update on the .NET section

2005-12-26 Thread Carlos Guzmán Álvarez
Hello: I have posted some updates on the .net provider section of the firebird web site, mainly in the developement page, it's not a great update but it's an starting to poing to put things up to date ;) Hope more updates will be coming -- Carlos Guzmán Álvarez Vigo-S

[Firebird-net-provider] Latest changes on CVS

2005-12-26 Thread Carlos Guzmán Álvarez
Hello: I have posted some changes to complete the support of boolean inputa parameters to the CVS in v2.0 Hope i will be doing the release of the 2.0 Beta 2 with those changes. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

[Firebird-net-provider] [ANN] Firebird ADo.NET data Provider 2.0 Beta 2 released.

2005-12-28 Thread Carlos Guzmán Álvarez
o 99) -- Best 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 sur

[Firebird-net-provider] ASP.NET MemberShip provider changes in CVS

2005-12-28 Thread Carlos Guzmán Álvarez
Hello: I have posted some changes to the MemberShip provider code in CVS and added a new SQL file to create the table used on the MEmberShip provider. The changes done in the code are to reflect changes in the columna names that were not valid in firebird. -- Carlos Guzmán Álvarez Vigo

Re: [Firebird-net-provider] Problem: FBDataAdapter (.Net Provider

2005-12-30 Thread Carlos Guzmán Álvarez
Hello: I have the same problem. Could you, please, make the fixed file available for download? Thanks. With the Beta 2 too ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by

Re: [Firebird-net-provider] FireBird .NET and Visual Studio 2005 error on FBDataAdatper

2005-12-30 Thread Carlos Guzmán Álvarez
Hello: I use VS 2005 Pro , FB 1.5.3 and FB client 2.0 beta 1 for .Net 2. Please try with Beta 2 -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

Re: [Firebird-net-provider] FireBird .NET and Visual Studio 2005 error on FBDataAdatper

2005-12-31 Thread Carlos Guzmán Álvarez
Hello: ... I've posted ... (sorry for my English) It should be now definitevely solved in CVS i will do a new relase this week with the fix -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net ema

Re: [Firebird-net-provider] vs2005, update and delete commands

2005-12-31 Thread Carlos Guzmán Álvarez
;t success on doing this. No yet -- 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 e

Re: [Firebird-net-provider] FireBird .NET and Visual Studio 2005 error on FBDataAdatper

2006-01-04 Thread Carlos Guzmán Álvarez
Hello: It should? or It's done? ;) It's done ... i hope ;) Happy New Year Carlos, I hope new release will be OK (BTW where - here in list? - are releases noticed?, I'm asking couse' I've missed Beta 2). Thanks and Yes they are. -- Carlos Guzmán

Re: [Firebird-net-provider] vs2005, update and delete commands

2006-01-04 Thread Carlos Guzmán Álvarez
on doing this. No yet It should be fixed in CVS right now. -- 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! Downlo

[Firebird-net-provider] [ANN] Firebird ADO.NET Data Provider 2.0 Beta 3 released.

2006-01-06 Thread Carlos Guzmán Álvarez
rlos 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. DOWNLOAD SP

[Firebird-net-provider] [DDEX] Foreign Keys support for Visual Studio Integration in CVS

2006-01-06 Thread Carlos Guzmán Álvarez
in the Server Exploirer hierachy for the Tables node too. -- 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

Re: [Firebird-net-provider] 1.7A FbCommand::ParseNamedParameters performance issue (possibly a bug)?

2006-01-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 files as

Re: [Firebird-net-provider] 1.7A FbCommand::ParseNamedParameters performance issue (possibly a bug)?

2006-01-09 Thread Carlos Guzmán Álvarez
nt there is one that uses regex and one that doesn't or if you meant the latest version in the cvs doesn't use regex at all. That the latest version on CVS didn't use regex for named parameter parsing. -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] Firebird embedded vs. server (performance of a simple query)

2006-01-10 Thread Carlos Guzmán Álvarez
Hello: I don't think I'm doing anything wrong... can this be optimized in some way? No :P Is this problem because the interface of the embedded version fetches only one row at a time? More than probably as the Fill will fetch all the rows. -- Carlos Guzmán Álvarez Vigo-S

Re: [Firebird-net-provider] dbcommand parameter bug 2 - FirebirdClient ADO.NET 2.0 beta 3

2006-01-11 Thread Carlos Guzmán Álvarez
with. -- 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] FbDataAdapter in Beta 3 of the provider

2006-01-11 Thread Carlos Guzmán Álvarez
Hello: the FbDataAdapter in Beta 3 of provider is working. Good work. ;) So, for others. The fixed file (for Beta 1 or 2) on cincura.net is deleted. If you will use latest beta, it'll work. Nice, thanks very much for confirming it. -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] FbDataAdapter in Beta 3 of the provider

2006-01-11 Thread Carlos Guzmán Álvarez
Hello: One small OT question. Why wasn't the new release announced here? Huum i'm sending the same mail to this list, the fb-devel list and the fb.tools list ... it maybe spam filters are too agrresive in this list :) I will try to ask to one of the list admins. -- Car

Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-01-11 Thread Carlos Guzmán Álvarez
3.Value= new byte[] { 65, 65, 65 }; insert.ExecuteNonQuery(); ( The first parameter is an "standard" char field ) What do you expect to be returned by the data reader an string or the byte array ??? -- Best regards Carlos Guzmán Álvarez Vigo-Spain -

Re: [Firebird-net-provider] FbDataAdapter in Beta 3 of the provider

2006-01-11 Thread Carlos Guzmán Álvarez
Hello: Ohh, I see the problem. It's on my side. :) You've send one mail with 3 recipients and my folder ordering software is deciding according to the first match, so it moved all mails to the fb-devel folder. :) Sorry. No problem !! :) -- Carlos Guzmán Álvarez Vigo-S

Re: [Firebird-net-provider] dbcommand parameter bug 2 - FirebirdClient

2006-01-12 Thread Carlos Guzmán Álvarez
ill try to infer thew type of the parameter when FbParameter.Value is set depending on the constructor overload used to create the class instance. ) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sp

Re: [Firebird-net-provider] Prepared Stroed Procs and FbDataReader

2006-01-12 Thread Carlos Guzmán Álvarez
ution ( while obviously this is something that needs review :) ) -- 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 th

Re: [Firebird-net-provider] Prepared Stroed Procs and FbDataReader

2006-01-12 Thread Carlos Guzmán Álvarez
eview :) ) The problem here lies in that the Prepare method prepares stored procedures commands that are using only the sp name to be executed using execute procedure instead of select * from ... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspo

Re: [Firebird-net-provider] Re: "sealed" class - what a idea it was ?

2006-01-12 Thread Carlos Guzmán Álvarez
descendants on ADO.NET classes. But the main problem is with FbDataAdapter - why it is sealed ? To be consistent with MS imeplementation of ADO.NET Providers, if i'm not wrong forxample SqlDataAdapter is sealed too. -- Carlos Guzmán Álvarez Vigo-

Re: [Firebird-net-provider] Embedded Database from server share.

2006-01-12 Thread Carlos Guzmán Álvarez
servername". Failed to establish a connection. The system cannot find the file Specified. . Any suggestions? Please ask this in the fb-support or fb-devel lists. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This

Re: [Firebird-net-provider] Prepared Stored Procs and FbDataReader

2006-01-12 Thread Carlos Guzmán Álvarez
ll be prepared in any way. -- 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 sear

Re: [Firebird-net-provider] Generated UPDATE command for TableAdapter

2006-01-13 Thread Carlos Guzmán Álvarez
ompanyName parameter(I try to debug XdrStream.cs, public void Write(Descriptor descriptor) function)and all parameters @IsNull_ are DbType Int32... so I get exception Please can you send a tets case ?? -- Carlos Guzmán Álvarez Vigo-Spain http://c

Re: [Firebird-net-provider] blob working question

2006-01-14 Thread Carlos Guzmán Álvarez
Hello: parameter.DbType = System.Data.DbType.String; // < Threre are 3 possible type matches for DbType.String , Char, Varchar and text blobs ... so FbDbType is needed in this case. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.

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

2006-01-15 Thread Carlos Guzmán Álvarez
Hello: And: how to compile .NET Provider for CF ? I've read the project, but - what a compiler it is for ? It dosen't seem to be for VS2005. Using the .bat file that is on builds\netcf you will need to modify th apth to the .netcf libraries, it will work for .nrt cf 2.0 only -- Car

Re: [Firebird-net-provider] Freeing of IDbCommand Instances...

2006-01-15 Thread Carlos Guzmán Álvarez
spurious leaks due to issues with the common best practices for calling .Dispose on heavy objects within .Net. Well, use Dispose and you shouldn't have that problems. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ ---

Re: [Firebird-net-provider] how to distinguish between events

2006-01-16 Thread Carlos Guzmán Álvarez
wrong there are no way to know this -- 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] how to distinguish between events

2006-01-17 Thread Carlos Guzmán Álvarez
Hello: well, you have the power over the sources ;) hehe ... you too ;) if you are sure that will solve your problem i will do that of course. What version of the provider are you using ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] euro character

2006-01-18 Thread Carlos Guzmán Álvarez
should be using ISO8859_1 -- 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

Re: [Firebird-net-provider] RE: euro character

2006-01-20 Thread Carlos Guzmán Álvarez
Hello: In fact, if I execute the sp_Unite_Insert procedure directly from EMS IB Manager, this works perfectly and the € character is correct. Please resend the complete test project without using DevExpress and the licx file. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] how to distinguish between events

2006-01-20 Thread Carlos Guzmán Álvarez
{ if (this.revent != null) { return this.revent.RemoteId; } return -1; } } -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

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

2006-01-21 Thread Carlos Guzmán Álvarez
Hello: What is ".nrt cf 2.0" ? Sorry my fault, .net cf 2.0 ( .net compact framework 2.0) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

Re: [Firebird-net-provider] fbembed.dll or fbclient.dll

2006-01-23 Thread Carlos Guzmán Álvarez
ll so i think that is the right choice. -- 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 e

Re: [Firebird-net-provider] Examples for Firebird in VS 2005 (C++) ?

2006-01-23 Thread Carlos Guzmán Álvarez
se to show in a textbox and how can I shou everything in a Grid ? I think I need the dataset but how ? Sorry for my bad english, I'm better in german ;) As a first step, look in the MSDN help the TableAdapter and BindingSource documentation. -- Carlos Guzmán Álvarez Vigo-S

Re: [Firebird-net-provider] fbembed.dll or fbclient.dll

2006-01-23 Thread Carlos Guzmán Álvarez
Hello: But it just doesn't work as fbembed.dll And README_embedded.txt clearly states that it should be renamed to fbclient.dll ... Ok, i will try to check that, anyway it states that for all cases or only when udf are needed ?? -- Carlos Guzmán Álvarez Vigo-Spain

Re: [Firebird-net-provider] RE: euro character

2006-01-23 Thread Carlos Guzmán Álvarez
Hello: Here is the project. Remove the .sf and unzip it. And where is the test db ?? -- 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

Re: [Firebird-net-provider] fbembed.dll or fbclient.dll

2006-01-24 Thread Carlos Guzmán Álvarez
client library and will be able to access local datasases. You should also copy firebird.msg and firebird.conf (if necessary) to the same directory. So it should be changed, any objections to this change ??? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] RE: euro character

2006-01-24 Thread Carlos Guzmán Álvarez
Hello: Carlos, the mail containing the DB was rejected because of the size ... did you receive it on your personnal address ? Yes :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by

Re: [Firebird-net-provider] Generated UPDATE, DELETE command for TableAdapters

2006-01-25 Thread Carlos Guzmán Álvarez
(should be Int32). Ok, i will try to test it, can somebody confirm if this happens or not with sql server ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: [Firebird-net-provider] Examples for Firebird in VS 2005 (C++)

2006-01-25 Thread Carlos Guzmán Álvarez
w the wizard instructions. When the wizard has finished set the BindingSource as the DataSource of the DataGridView, and select the DataMember you want to use in the DataGridView -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ ---

Re: [Firebird-net-provider] Examples for Firebird in VS 2005 (C++)

2006-01-25 Thread Carlos Guzmán Álvarez
Hello: Yes i know, but I need it in code so it's more dynamicly. Is it right what Scott said, there is only missing a Binding ? If yes, can you tell me please how can I bind it ? With code ;) Do it and review the code that is being generated by Visual Studio ;) -- Carlos Guzmán Álvarez

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-26 Thread Carlos Guzmán Álvarez
string. Any ideas how to get this value? And, once I get the value, is there an easy way to commit a change to it back to the database? Huu i will try to review this this weekend. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ ---

Re: [Firebird-net-provider] No message for error code 335544344 found

2006-01-28 Thread Carlos Guzmán Álvarez
Hello: No message for error code 335544344 found. No message for error code 335544734 found. how to fix this problem? The Server is not being able to open the database file can yous end a sample of the connection string you are usig ?? -- Carlos Guzmán Álvarez Vigo-Spain http

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-29 Thread Carlos Guzmán Álvarez
Hello: Thanks. I just wanted to mention that it is with version 1.7.0.1 of the provider. Can you send a sample of the table that is giving you the problem ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This

[Firebird-net-provider] [ANN] Firebird ADO.NET data Provider 1.7.0b released.

2006-01-30 Thread Carlos Guzmán Álvarez
;[EMAIL PROTECTED]> * FirebirdSql.Data.Firebird/DbSchema/FbViewColumnUSage.cs: - Fixed minor bug. -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files fo

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-30 Thread Carlos Guzmán Álvarez
Hello: The script to create the table is attached, and below is an insert statement with the current data. Thanks for your help! In a first test it looks as working fine for me. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] Error FB.Net 2 beta 3 on fresh WinXP and VS2005

2006-01-30 Thread Carlos Guzmán Álvarez
working with Beta 3 ?? The errors should be fixed in that version. The problem with teh Foreign Keys should be fixed in CVS. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk Inc

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Can you send along your code and connection string so I can try to debug what's going on here? I have done nothing special, just open the connection and call GetSchema("Columns", new string[] { null, null, "table_name" }) -- Carlos Guzmán

Re: [Firebird-net-provider] RE: euro character

2006-01-31 Thread Carlos Guzmán Álvarez
Hello: Carlos, where you able to reproduce my problem ? That looks as transliteration problem between firebird and .net ... -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Splunk

Re: [Firebird-net-provider] installation doesn't work

2006-01-31 Thread Carlos Guzmán Álvarez
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 files as easy as

Re: [Firebird-net-provider] Generated UPDATE, DELETE command for

2006-01-31 Thread Carlos Guzmán Álvarez
parameters are being added by the Visual Studio Design time support ( in my tests looks like the CommandBuilder is not adding them ) when they are created so i think the same will be true when they are modified -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] A little more info on my embedded woes

2006-01-31 Thread Carlos Guzmán Álvarez
restrictions on how multiple connections can be opened against it ( it think, for example, that will be not possible to open 2 connections in two different threads against the same database using the emebedded server but haven't tested it by myself hehe) -- Carlos Guzmán Álv

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Carlos Guzmán Álvarez
imilar and let me know if the column gets values or not. -- 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 ne

Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-01-31 Thread Carlos Guzmán Álvarez
tries to do the above. I have committed some changes to the CVS, they need testing, i will try to test them before the weekend. If all goes well i will do a new release this weekend with these changes. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspo

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-01-31 Thread Carlos Guzmán Álvarez
bSchema.cs ) -- 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 lo

Re: [Fwd: Re: [Firebird-net-provider] Octets Support]

2006-02-01 Thread Carlos Guzmán Álvarez
"@p2", FbDbType.Char); p1.Size = 10; p1.Value= "Una prueba"; p2.Size = 20; p2.Charset = FbCharset.Octets; p2.Value= Guid.NewGuid().ToByteArray(); insert.ExecuteNonQuery(); c.Close(); -

Re: [Firebird-net-provider] FbCommand

2006-02-01 Thread Carlos Guzmán Álvarez
will work in SqlClient, please ?? -- 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] 1.7.0b Data.Common.IscException

2006-02-01 Thread Carlos Guzmán Álvarez
users, so it's the same as 1.7.0a but with that bug fixed, a new RC of the 1.7.1 will be released soon hope it will be the last RC -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsor

[Firebird-net-provider] [ANN] Firebird ADO.NET data Provider 1.7.1 Release Candidate 4 released.

2006-02-01 Thread Carlos Guzmán Álvarez
read the Changelog for details) - Fixed problem with the COLUMN_SIZE column value for char and varchar columns on the ViewColumnUsage schema. -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is sponsored by: Sp

Re: [Firebird-net-provider] arithmetic exception, numeric overflow, or string truncation

2006-02-02 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 files as

Re: [Firebird-net-provider] acess from a client to the server

2006-02-03 Thread Carlos Guzmán Álvarez
he main PC. Data Source= Port=3050 Password=masterkey Can you do a test removing the "Data Source" from the connection string ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by: Spl

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-02-03 Thread Carlos Guzmán Álvarez
e from ddl? Did you mean to modify the default value of a column ?? -- 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! Downlo

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Carlos Guzmán Álvarez
Hello: The specific problem is that I cannot see the namespace "FirebirdSQL.Data.FirebirdClient" (Not found or No public members). Similar error in 1.1 Framework. Have you added a reference to the assembly ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.bl

[Firebird-net-provider] [ANN] FirebirdClient 2.0 Beta 4 released.

2006-02-03 Thread Carlos Guzmán Álvarez
n of the new extended support for char/varchar fields with OCTETS character set. Changes: - Added RemoteEventId property to FbRemoteEvent class. -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is sponsored by

Re: [Firebird-net-provider] ASP and FirebirdSQL

2006-02-03 Thread Carlos Guzmán Álvarez
ll need to modify your web.config file to reference the provider assembly -- 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! Do

Re: [Firebird-net-provider] Firebird.NET and Visual Studio 2005 Express

2006-02-06 Thread Carlos Guzmán Álvarez
Hello: Is it possible to embed Firebird connection into Server Explorer in VS 2005 Express ? Yes, see ReadmeDDEX.txt file that comes with the setup or the sources package -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] Advanced button status

2006-02-07 Thread Carlos Guzmán Álvarez
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 files as easy as

Re: [Firebird-net-provider] connection.GetSchema("Columns") doesn't return default

2006-02-07 Thread Carlos Guzmán Álvarez
will need to use DDL ;) -- 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

Re: [Firebird-net-provider] RE: euro character

2006-02-08 Thread Carlos Guzmán Álvarez
Hello: Do you have any clue on how to resolve this ? right now no, i will try to do a test using Firebird 2.0, to see if it works well on it, as i think it could be aproblem on how firebird and .net does the encoding of that character -- Carlos Guzmán Álvarez Vigo-Spain http

Re: [Firebird-net-provider] .NET 2.0 Provider on PokcetPC connect error

2006-02-09 Thread Carlos Guzmán Álvarez
Hello: I find problems with .NET 2.0 Firebird .NET DataProvider 2.0 Beta 4. and fix it. The fix is in CVS now, thanks very much -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.net email is sponsored by

Re: [Firebird-net-provider] FW: Problem with integrating provider to VS2005

2006-02-10 Thread Carlos Guzmán Álvarez
IF you can, please, zsend the registry entris you have now in the Windows registry 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 for problems

Re: [Firebird-net-provider] Re: Firebird.NET and Visual Studio 2005 Express

2006-02-10 Thread Carlos Guzmán Álvarez
tions. -- 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 files as

Re: [Firebird-net-provider] Embedded charset issue

2006-02-10 Thread Carlos Guzmán Álvarez
end a test case, please ?? -- 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

Re: [Firebird-net-provider] RE: Problem with integrating provider to VS2005

2006-02-13 Thread Carlos Guzmán Álvarez
\8.0Exp ?? -- 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] System.Transactions and TransactionScope

2006-02-15 Thread Carlos Guzmán Álvarez
Hello: I wonder what the relationship between the Firebird .NET provider and System.Transactions is. I've searched the archives of the list and not found any mention of TransactionScope. Did you already implement support for these system transactions ? No. -- Best regards Carlos G

Re: [Firebird-net-provider] Fb bpd, delphi 2006 compatible?

2006-02-15 Thread Carlos Guzmán Álvarez
them to the list ;) -- Best 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

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-18 Thread Carlos Guzmán Álvarez
Hello: >4. replaced %Path% in .reg file into 'C:\Program Files\FirebirdClient' > - using Find&Replace And the paths got well merged into the registry ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain ---

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in

2006-02-18 Thread Carlos Guzmán Álvarez
, and, there are other people that has got it installed properly as well following that steps, so they should be correct. -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-19 Thread Carlos Guzmán Álvarez
Hello: I'm dumb dumb so dumb. Sorry, sorry, sorry Carlos. If you can, you can laught me in my face. Absolutely no :) I will be more than happy if you can get it to work :D -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspo

Re: [Firebird-net-provider] Wrong handling of Guid-Types

2006-02-19 Thread Carlos Guzmán Álvarez
.7 and 2.0 source code. -- 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 yo

Re: [Firebird-net-provider] System.Transactions and TransactionScope

2006-02-19 Thread Carlos Guzmán Álvarez
need to check it :) -- 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

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-20 Thread Carlos Guzmán Álvarez
fuly added). *But!* If you're adding the path to the reg file you have input C:\\Program Files\\FirebirdClient (backslash the backslashes). Now you can startup the VS and try to add database to Database Explorer toolbox. If you will follow these steps exactly, you have 99,9% chance

Re: [Firebird-net-provider] numeric values

2006-02-20 Thread Carlos Guzmán Álvarez
Hello: Am I doing something wrong or is this a bug? Huummm please send a test case and a test database. What version of Firebird are you using ?? and what version of .NET ?? -- Carlos Guzmán Álvarez Vigo-Spain --- This SF.net email is

Re: [Firebird-net-provider] numeric values

2006-02-21 Thread Carlos Guzmán Álvarez
table (new_field) values (@value)", c); cmd.Parameters.Add("@value", FbDbType.Numeric).Value = d; cmd.ExecuteNonQuery(); c.Close(); And the DDL of the table i'm using: CREATE TABLE NEW_TABLE ( NEW_FIELD NUMERIC(9,2) ); -- Best regards C

Re: [Firebird-net-provider] Spanish version

2006-02-21 Thread Carlos Guzmán Álvarez
Hello: Yes, it should work with the spanish version. -- Best regards Carlos Guzmán Álvarez Vigo-Spain P.S.: Please sned emails in text format only. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-21 Thread Carlos Guzmán Álvarez
Hello: For position 3 and 4 are the same PublicKeyToken No, for point 3 it should be the PublicKeyToken of the System.Data assembly. For 4 the PublicKeyToken of the FirebirdSql.Data.FirebirdClient assembly. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com

Re: [Firebird-net-provider] Visual web developer express ddex

2006-02-22 Thread Carlos Guzmán Álvarez
Hello: Any ideas or is it not possible to use the DDEX provider with the express edition. The DDEX provider is package based and i'm not sure that it will work with the express editions. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspo

Re: [Firebird-net-provider] Still problem with DDEX (VS 2005) in FB Data Provider - complete

2006-02-22 Thread Carlos Guzmán Álvarez
Hello: Why there's must be the PublicKeyToken of the System.Data? Because that line refers to the System.Data assembly ... unless i'm wrong of course :) -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- T

Re: [Firebird-net-provider] DDEX stuff

2006-02-23 Thread Carlos Guzmán Álvarez
at is when finishes my actual daily job contract ) to see if can leave it as Package less ... -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applica

Re: [Firebird-net-provider] Loading database

2006-02-24 Thread Carlos Guzmán Álvarez
Hello: I have notice one more thing, I was unable to pass Test connection with other user than SYSDBA...:( . Fixed in CVS thanks -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.Net email is

Re: [Firebird-net-provider] provider 2.0b4 : GetSchema("restrictions")

2006-02-26 Thread Carlos Guzmán Álvarez
Hello: Fixed in CVS thanks very much !! -- Best regards Carlos Guzmán Álvarez Vigo-Spain --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

Re: [Firebird-net-provider] numeric values

2006-02-26 Thread Carlos Guzmán Álvarez
EATE TABLE NEW_TABLE ( NUMERIC_FIELD NUMERIC_DOMAIN ); Let me know if the test is correct. -- Best regards Carlos Guzmán Álvarez Vigo-España --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: [Firebird-net-provider] FbCommand.FetchSize Property

2006-02-28 Thread Carlos Guzmán Álvarez
FbDataReader.Read -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast

<    1   2   3   4   5   6   7   8   9   10   >