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

2007-11-26 Thread Carlos Guzmán Álvarez
Hello:

Sorry for the delay.
 You have done some modification in sources?
   
Not yet, i'm going to move current DDEX provider to branches today so we 
can modify the devel one to match VS 2008
 If you install FirebirdClient it's by default in
 %ProgramFiles%\FirebirdClient. The if you wan to install DDEX, the
 default parth is also %ProgramFiles%\FirebirdClient. But in DDEX
 installation are some files with same name as in FirebirdClient
 installation. So installer asks you, whether to rewrite i.e.
 readme.txt or let there the old. Which can be little bit confusing.
   
We can modify both instalers to install in they own folder inside  
%ProgramFiles%\FirebirdClient

ADO.NET Provider will get installed on :

%ProgramFiles%\FirebirdClient\ADONETProvider

DDEX Provider will get installed on

%ProgramFiles%\FirebirdClient\DDEXProvider



-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Ayuda con los Charsets

2007-11-26 Thread Carlos Guzmán Álvarez
Hola:

Perdon por el retraso.
 Gracias Carlos,
  
 Esto esta asi,
  
 Mi database es WIN1251, y mi Campo tambien es WIN1251,
 y esta es mi forma de accederla
Sino me equiovoco el character set deberia ser WIN1252 o ISO8859_1
  


-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-26 Thread Jiri Cincura
Just small bug fix log:

Release Notes - .NET Data provider - Version 2.1.0

** Bug
* [DNET-71] - FbParameterCollecion.CopyTo does not work properly
* [DNET-73] - Invalid COLUMNNULLABLE column name in Domains Schema
* [DNET-77] - Firebird 2.0 UTF8 character set not working fine in
the provider.
* [DNET-78] - Bug in status vector parsing in CVS sources for
embedded server support
* [DNET-85] - Providers hangs when write some king of strings
(tested on 1.7 and 2.1)
* [DNET-87] - Error invalid transaction handle
* [DNET-92] - GetPasswordFromDB returns wrong status
* [DNET-93] - GetPasswordWithFormat returns wrong status
* [DNET-122] - CF build has no AssemblyInfo filled
* [DNET-123] - CF build has no resource build in
* [DNET-138] - FbDataAdapter.FbCommand.Parameters.AddRange()
Method Infinite Loop

** Improvement
* [DNET-113] - Referenced assembly
'FirebirdSql.Data.FirebirdClient' does not have a strong name .NET CF





-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


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

2007-11-26 Thread Jiri Cincura
On 11/26/07, Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote:
 Hello:

 Sorry for the delay.
  You have done some modification in sources?
 
 Not yet, i'm going to move current DDEX provider to branches today so we
 can modify the devel one to match VS 2008

I've tested it under VS2008 Final and works fine. :D IMO we don't need
branching.

 We can modify both instalers to install in they own folder inside
 %ProgramFiles%\FirebirdClient

 ADO.NET Provider will get installed on :

 %ProgramFiles%\FirebirdClient\ADONETProvider

 DDEX Provider will get installed on

 %ProgramFiles%\FirebirdClient\DDEXProvider


Looks fine.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-26 Thread Ralf Giese
Hello, 

Jiri Cincura wrote

 Just small bug fix log:
 
 Release Notes - .NET Data provider - Version 2.1.0
 
 ** Bug
 * [DNET-87] - Error invalid transaction handle

I've just run a Test with released Version. Unfortunately
the the problem still exists.
Version 2.1.0 is tagged as Fix Version for [DNET-87]
in Bug Tracker, but issue is still unresolved.

Regards,

Ralf


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-26 Thread Jiri Cincura
On 11/26/07, Ralf Giese [EMAIL PROTECTED] wrote:
 I've just run a Test with released Version. Unfortunately
 the the problem still exists.
 Version 2.1.0 is tagged as Fix Version for [DNET-87]
 in Bug Tracker, but issue is still unresolved.

It has been marker as Fix Version/s: 2.1.0 and tracker added it to
list. Maybe the tracker should look also for the issue state. :)

I've updated the ticket.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-26 Thread Sean
I downloaded FirebirdClient-2.1.0.msi.
The file size is 331KB instead of 358KB as marked in the webpage.
When running it, the installer shows 2.1.0 RC 2.

Did I download the right file?
http://downloads.sourceforge.net/firebird/FirebirdClient-2.1.0.msi?use_mirror=osdn


Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 Hello:

 FirebirdClient 2.1.0 for .NET 2.0 is available for download.


 Download information can be found here: =

 http://www.firebirdsql.org/index.php?op=3Dfilesid=3Dnetprovider



 -- =

 Carlos Guzm=E1n =C1lvarez
 Vigo-Spain

 Blog : http://carlosga.wordpress.com/
 FirebirdClient : http://www.firebirdsql.org/
 XMPP Client : http://code.google.com/p/xmppclient/
 ohloh : http://www.ohloh.net/accounts/4138


 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Firebird-net-provider mailing list
 Firebird-net-provider@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] [ANN] FirebirdClient 2.1.0 released

2007-11-26 Thread Jiri Cincura
On 11/26/07, Sean [EMAIL PROTECTED] wrote:
 I downloaded FirebirdClient-2.1.0.msi.
 The file size is 331KB instead of 358KB as marked in the webpage.
 When running it, the installer shows 2.1.0 RC 2.

Just wrong division (1000 ~ 1024).

 Did I download the right file?
 http://downloads.sourceforge.net/firebird/FirebirdClient-2.1.0.msi?use_mirror=osdn

The file shoudl have MD5 DFF88E197531DF19D08E5430D4D0095C.

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Windows CE 4.2

2007-11-26 Thread Nico Callewaert
Hi !,

 I don't know if the following is possible : We have a Windows CE 4.2 
wireless device.  We would like to connect to a Firebird database on a 
remote server (not embedded).  We are using Visual Studio 2003, the version 
that targets CE 4.2

 Thanks a lot !

 Nico Callewaert



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider