Hello:
> I tried to use stored procedures but i was getting a lot of errors.
> I was suprised cause my code was working fine with the fb odbc drivers.
Please send a sample showing what you are doing.
--
Carlos Guzmán Álvarez
Vigo-Spain
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
database
Hello:
> We are using
Hi,Maybe this problem was already reported but here is what i found.I tried to use stored procedures but i was getting a lot of errors.I was suprised cause my code was working fine with the fb odbc drivers.
Finally i found error - when it's trying to prepare sql command for storproc it's callingfbc
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
---
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