[Firebird-net-provider] Confirm successful FbRestore

2007-12-11 Thread MartinT
hello there i am working on an application to automatically update a firebird database. before the update happens, i am performing a backup and restore of a database programmatically using the .net provider. i am doing this to make sure there is a safe working copy in case the update goes bad.

Re: [Firebird-net-provider] Is there a bugfix for GetPasswordWithFormat?

2007-12-11 Thread Jiri Cincura
On 12/11/07, aws <[EMAIL PROTECTED]> wrote: > > No the sources on sourceforge (version 26-11-2007) are not updated, the It's updateted maybe half a year. http://firebird.svn.sourceforge.net/viewvc/firebird/NETProvider/trunk/WebProviders/source/FirebirdSql/Web/Providers/FbMembershipProvider.cs?r1=

Re: [Firebird-net-provider] Is there a bugfix for GetPasswordWithFormat?

2007-12-11 Thread aws
No the sources on sourceforge (version 26-11-2007) are not updated, the problem still exists there as well. I don't know how to get the corrected version from Carlos? Arno Jiri Cincura wrote: > > On 12/11/07, aws <[EMAIL PROTECTED]> wrote: >> >> GetPasswordWithFormat still returns status = -1

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-11 Thread Carlos
Hello: > Create a tracker ticket. With a test case, please- -- Carlos Guzmán Álvarez Vigo-Spain XMPP Client : http://code.google.com/p/xmppclient/ - SF.Net email is sponsored by: Check out the new SourceForge.net Marketp

Re: [Firebird-net-provider] Is there a bugfix for GetPasswordWithFormat?

2007-12-11 Thread Jiri Cincura
On 12/11/07, aws <[EMAIL PROTECTED]> wrote: > > GetPasswordWithFormat still returns status = -1 in all situations, I don't > see any change there... > Where can I find the corrected version? I don't know whether Carlos did a new build of WebProviders in new FirebirdClient build. But you can build

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-11 Thread Jiri Cincura
Create a tracker ticket. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8

2007-12-11 Thread Igor
> Once I had a similar problem using UNICODE_FSS and Firebird .Net Data > Provider 2.1.0 for .NET 2.0. > After lots of testing I found out that the only right solution is to use > UTF8. > One small problem is that IBExpert shows for german umlauts raw UTF8 > characters. But ODBC and Firebird .Ne

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8

2007-12-11 Thread Pave Sejrek
Once I had a similar problem using UNICODE_FSS and Firebird .Net Data Provider 2.1.0 for .NET 2.0. After lots of testing I found out that the only right solution is to use UTF8. One small problem is that IBExpert shows for german umlauts raw UTF8 characters. But ODBC and Firebird .Net Data Provi

Re: [Firebird-net-provider] Is there a bugfix for GetPasswordWithFormat?

2007-12-11 Thread aws
GetPasswordWithFormat still returns status = -1 in all situations, I don't see any change there... Where can I find the corrected version? Thanks Arno Jiri Cincura wrote: > > All new installations are with new build of web providers. > > -- > Jiri {x2} Cincura (Microsoft Student Partner) >

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-11 Thread Igor
> What's you column charset? In our real DB (in which we found problem first time) - NONE. But provided sample (in attachment of topic first message) don't use any table and column so seems it don't depend on column charset. > BTW, the unicode_fss is deprecated. Use UTF8 instead. Yes, we now. Fi

Re: [Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-11 Thread Jiri Cincura
What's you column charset? BTW, the unicode_fss is deprecated. Use UTF8 instead. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - SF.Net email is sponsored by: Che

[Firebird-net-provider] Incorrect handling of UNICODE_FSS or UTF8 charset of connection during, accessing DB with charset NONE

2007-12-11 Thread Igor
We have DB with charset NONE on Firebird 2.0. Our web-application should support different languages so we establish connection to this DB with charset UNICODE_FSS. Old version of our tool use Firebird .Net Data Provider 1.7.1 for .NET 1.1 and it work correct. We tried to use Firebird .Net Data