Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-05 Thread zeko77
Hi! I did RTFM and got the source from download section of the official site (06 03 2008), built it, had this problem and asked I there is more recent source available. So if there is more recent version available I would greatly appreciate it (i need to target it to 2.0) , if not I can manage u

Re: [Firebird-net-provider] [firebird-support] Not convert to UNICODE in Embedded

2008-08-05 Thread Carlos
Hello: DECLARE VARIABLE MESSAGE_CONTENT TYPE OF NVARCHAR(255) UNICODE_FSS; > What is the database character set and the character you are using in the connection string ?? All UNICODE_FSS ?? -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com -

Re: [Firebird-net-provider] Problem Regarding Firebird 2.1

2008-08-05 Thread Helen Borrie
At 08:02 PM 5/08/2008, you wrote: >I am using Firebird 2.1 with windows server 2003 .Now that i thought to >upgrade my system to pentium 4 dual core 2 .Now my fire bird application 2.1 >is not working in my new machine .I installed the same windows 2003 in that >system as well.Although in this

Re: [Firebird-net-provider] [firebird-support] Not convert toUNICODE in Embedded

2008-08-05 Thread Pham Huu Le Quoc Phuc
Thanks for your reply, please tell me more detail, where can I find FesConnection.ParseStatusVector _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sent: Tuesday, August 05, 2008 17:03 To: For users and developers of the Firebird .NET providers Subject: Re: [Fir

Re: [Firebird-net-provider] [firebird-support] Not convert to UNICODE in Embedded

2008-08-05 Thread Pham Huu Le Quoc Phuc
This is procedure ... DECLARE VARIABLE MESSAGE_CONTENT TYPE OF NVARCHAR(255) UNICODE_FSS; ... SELECT MESSAGE FROM MESSAGES WHERE ID = 2 INTO :MESSAGE_CONTENT; EXCEPTION EX_GENERAL MESSAGE_CONTENT; ... My code: Try { FbComma

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-05 Thread Jiri Cincura
On Tue, Aug 5, 2008 at 12:37 PM, Carlos <[EMAIL PROTECTED]> wrote: > i couldn't check it, but it looks like a bug, yes xD Hi Carlos, add it to tracker. I or you will look at it in next days. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Database level exceptions and FBExceptions problem

2008-08-05 Thread Jiri Cincura
http://img142.imageshack.us/my.php?image=clipbrd2cm9.png -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move Developer'

Re: [Firebird-net-provider] [firebird-support] Not convert to UNICODE in Embedded

2008-08-05 Thread Carlos
Hello: What is the database character set and the character you are using in the > connection string ?? All UNICODE_FSS ?? > The problem maybe in the FesConnection.ParseStatusVector, that is using Marshal.PtrToStringAnsi to read strings from the IntPtr Status vector, it maybe nice to change that

Re: [Firebird-net-provider] [firebird-support] Not convert toUNICODE in Embedded

2008-08-05 Thread Carlos
Hello: > Thanks for your reply, please tell me more detail, where can I find > FesConnection.ParseStatusVector > In the .net provider sources: * source/FirebirdSql/Data/Client/Native/FesConnection.cs * -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com -

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-05 Thread Carlos
Hello: > Is this a bug? > i couldn't check it, but it looks like a bug, yes xD > -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - This SF.Net email is sponsored by the Moblin Your Move Developer's ch

Re: [Firebird-net-provider] [firebird-support] Not convert to UNICODE in Embedded

2008-08-05 Thread Pham Huu Le Quoc Phuc
I sure ALL UNICODE_FSS! I use same program, same connectionstring(only change server type), same DB, same Machine, … It’s all OK on SuperServer. But when connect embedded type, only the message exception is incorrect, other data is correct. _ From: [EMAIL PROTECTED] [mailto:[EMAIL PR

Re: [Firebird-net-provider] Problem Regarding Firebird 2.1

2008-08-05 Thread Carlos
Hello: > I am using Firebird 2.1 with windows server 2003 .Now that i thought to > upgrade my system to pentium 4 dual core 2 .Now my fire bird application 2.1 > is not working in my new machine .I installed the same windows 2003 in that > system as well.Although in this new machine my older fire

[Firebird-net-provider] Problem Regarding Firebird 2.1

2008-08-05 Thread Nithin
I am using Firebird 2.1 with windows server 2003 .Now that i thought to upgrade my system to pentium 4 dual core 2 .Now my fire bird application 2.1 is not working in my new machine .I installed the same windows 2003 in that system as well.Although in this new machine my older firebird 1.5 is worki

Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded

2008-08-05 Thread Pham Huu Le Quoc Phuc
Is this a bug? _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sent: Tuesday, August 05, 2008 17:20 To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] [firebird-support] Not converttoUNICODE in Embedded Hello: T

[Firebird-net-provider] [FB-Tracker] Created: (DNET-172) Problem with encoding of custom exception messages fired from stored procs or triggers when using the embedded server

2008-08-05 Thread Carlos Guzman Alvarez (JIRA)
Problem with encoding of custom exception messages fired from stored procs or triggers when using the embedded server - Key: DNET-172 URL: http://t