[Firebird-net-provider] Membership Provider 2.1.0.0 - GetPasswordWithFormat

2007-06-08 Thread Bubak44
GetPasswordWithFormat method always returns status = -1, so every login attempt fails. -- View this message in context: http://www.nabble.com/Membership-Provider-2.1.0.0---GetPasswordWithFormat-tf3893375.html#a11037594 Sent from the firebird-net-provider mailing list archive at Nabble.com. ---

Re: [Firebird-net-provider] FbDataReader.Read() throws exception whereDbDataReader does not

2007-06-08 Thread Pham Huu Le Quoc Phuc
You try to write as here: using(IDbCommand cmd = new FbCommand("Select * from imports where status = 0;")) { using(IDbDataReader reader = cmd.ExecuteReader()) { while(reader.Read()) { (...) } } } Mr. Phạm

[Firebird-net-provider] FbDataReader.Read() throws exception where DbDataReader does not

2007-06-08 Thread Thomas Damme
Hello, I used the following code successfully with SQLite and ODBC: IDbDataReader reader; using(IDbCommand cmd = new FbCommand("Select * from imports where status = 0;")){ reader = cmd.ExecuteReader(); } while(reader.Read()){ (...) } But with the Firebird.NET-driver it gives me an exce

Re: [Firebird-net-provider] Async in connection string

2007-06-08 Thread Jon Ege Ronnenberg
Got it - thanks On 5/31/07, Carlos Guzmán Álvarez <[EMAIL PROTECTED]> wrote: Hello: > In SQL Server there is an attribute called Async in the connection > string, that instructs ADO.NET to perform asynchronous > request. Is there something similar in the Firebird .NET provider

Re: [Firebird-net-provider] Short char field with longer name

2007-06-08 Thread Carlos Guzmán Álvarez
Hello: > That doesn't seem to be explained by all of this discussion. I have done a simple test and all looks as qorking fine for me. I have a database created with UTF8 as character set, a single table with a single field char(1) and the provider looks as being returning a single character wh

Re: [Firebird-net-provider] Can't save UNICODE FSS BLOB TEXT

2007-06-08 Thread Dean Harding
> > Connection string is same charset. > > What are you trying to insert, and what do you get back instead? Also, what code are you using to insert/select? And finally, what do you see if you use isql? That should be enough information for us to work something out :-) Dean.

Re: [Firebird-net-provider] Can't save UNICODE FSS BLOB TEXT

2007-06-08 Thread Dean Harding
> Connection string is same charset. What are you trying to insert, and what do you get back instead? Dean. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: [Firebird-net-provider] Can't save UNICODE FSS BLOB TEXT

2007-06-08 Thread Pham Huu Le Quoc Phuc
Connection string is same charset. Mr. Phạm Hữu Lê Quốc Phục Softech Add: 15 Quang Trung Street, Danang City, Vietnam Tel: 0511.810535 – Mobile: 0983.013467 Fax: 0511.810278 Web: www.dsp.com.vn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Cinc

Re: [Firebird-net-provider] Can't save UNICODE FSS BLOB TEXT

2007-06-08 Thread Jiri Cincura
On 6/8/07, Pham Huu Le Quoc Phuc <[EMAIL PROTECTED]> wrote: > Not have any error, but when I fetch it from DB, text is not Unicode, it is > another character set. What's your connection string charset? Do you have same for reading and writing? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/

Re: [Firebird-net-provider] Can't save UNICODE FSS BLOB TEXT

2007-06-08 Thread Pham Huu Le Quoc Phuc
Not have any error, but when I fetch it from DB, text is not Unicode, it is another character set. Mr. Phạm Hữu Lê Quốc Phục Softech Add: 15 Quang Trung Street, Danang City, Vietnam Tel: 0511.810535 – Mobile: 0983.013467 Fax: 0511.810278 Web: www.dsp.com.vn -Original Message- From: [E

Re: [Firebird-net-provider] Can't save UNICODE FSS BLOB TEXT

2007-06-08 Thread Jiri Cincura
On 6/8/07, Pham Huu Le Quoc Phuc <[EMAIL PROTECTED]> wrote: > > I use FirebirdClient 2.1, It can not save text in BLOB TEXT UNICODE FSS. > Please tell me how to do. And how are you doing this? Any error? -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com