Re: [Firebird-net-provider] Problems setting the charset to a new database

2006-08-29 Thread Carlos Guzmán Álvarez
Hello: > 1.7.0.1 > What are the exception details ?? -- 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

Re: [Firebird-net-provider] Problems setting the charset to a new database

2006-08-25 Thread pablosantosluac
1.7.0.1 - Original Message - From: "Carlos Guzmán Álvarez" <[EMAIL PROTECTED]> To: "For users and developers of the Firebird .NET providers" Sent: Friday, August 25, 2006 5:18 PM Subject: Re: [Firebird-net-provider] Problems setting the charset to a new databa

Re: [Firebird-net-provider] Problems setting the charset to a new database

2006-08-25 Thread Carlos Guzmán Álvarez
Hello: > We are using the embedded version of 1.5.3.4870, plus fbintl). Are you getting an exception ?? If yes, can you send the exception details ?? What version of the .net provider are you using ?? -- Carlos Guzmán Álvarez Vigo-Spain ---

[Firebird-net-provider] Problems setting the charset to a new database

2006-08-25 Thread pablosantosluac
Hi all, I need to create a database with a given Charset. Then I use the following: FbConnection.CreateDatabase(connString, 4096, false, false); where connString is @"ServerType=1;User=SYSDBA;Password=masterkey;Database=database.fdb;Pooling=true;Charset=UNICODE_FSS;" We are using the embedded