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

2005-12-07 Thread Thomas Miller
Carlos Guzmán Álvarez wrote: Hello: I plan on working on this too. :) We should work together. Sure, i have the sample mostly ported and building fine, but it will need testing ;) One change in the provider i have pending of commit is to add a new Boolean member to FbdbType that w

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

2005-12-07 Thread Carlos Guzmán Álvarez
Hello: I plan on working on this too. :) We should work together. Sure, i have the sample mostly ported and building fine, but it will need testing ;) One change in the provider i have pending of commit is to add a new Boolean member to FbdbType that will be suable only for input par

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

2005-12-07 Thread Neal Tibrewala
Carlos, I build a new one. The duplicate properties are gone, but the OK button still breaks with the same error. Also, when I hit 'tab' from the advanced screen, it also throws an exception. You can try sending me a set of DLLs, and I can test those in case it's the way I'm building the s

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

2005-12-07 Thread Thomas Miller
I plan on working on this too. We should work together. This is the table format I will be using. Thanks for the link, I had been looking for it :-) . I will also be duplicating this for Oracle and SQL Server. This is for the Chrome Portal project. http://sourceforge.net/projects/chromepo

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

2005-12-07 Thread byx45 (sent by Nabble.com)
only wrong for unit test Datasourceattribute now.I think it is a issue that many people who likes TDD will hope to fix it. you could download a trail version of vs2005 team suit,and try for it. I've read the code you fix the bug with "couldn't surport chinese filename",you've change it in Fbclien

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

2005-12-07 Thread Yun FeiYang
sure I've do it. It's working for me,and ,only couldn't use in unit test with data-driven test. I must write the unit test byhand:)  2005/12/7, Carlos Guzmán Álvarez <[EMAIL PROTECTED]>: Hello:> It's The unit test attribute from Vs2005,It will provider a> Textcontext that we could simply test > wit

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

2005-12-07 Thread Carlos Guzmán Álvarez
Hello: One thing I noticed that may be related to this problem. If I hit advanced, there seems to be duplicate entries: "DataSource" & "Data Source" "Port" & "Port Number" "UserID" & "User ID" "ServerType" & "Server Type" Fixed in CVS, could you give a try with the new sources ?? ( there are

[Firebird-net-provider] Changes onnant build project

2005-12-07 Thread Carlos Guzmán Álvarez
Hello: I have done some changes in the nant build file now the build will generate 3 assemblies: FirebirdSql.Data.FirebirdClient.dll FirebirdSql.Data.FirebirdClient.UnitTests.dll FirebirdSql.Web.Providers.dll The FirebirdSql.Web.Providers will include the SessionStateStoreProviderBase contri

[Firebird-net-provider] Firebird .Net API & IB_Affinity Mask

2005-12-07 Thread Dan Stevens, MCAD
Apparently the "FirebirdNETProvider-1.7a-NET1.1.exe" has the same issues with Hyper-Threading as previous version of InterBase. Rather than running "IB-AFFINITY.EXE -A1" from the command prompt...is there a way to make the call directly to the provider? ---