[Firebird-net-provider] [FB-Tracker] Created: (DNET-97) CLONE -FbConnection.CreateDatabase creates database with wrong PageSize

2007-06-20 Thread Jiri Cincura (JIRA)
CLONE -FbConnection.CreateDatabase creates database with wrong PageSize --- Key: DNET-97 URL: http://tracker.firebirdsql.org/browse/DNET-97 Project: .NET Data provider

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96) FbConnection.CreateDatabase creates database with wrong PageSize

2007-06-20 Thread Jiri Cincura
Hi Carlos, the problem is in (Line 106) protected void Write(int value). The endianess makes here wrong work. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96) FbConnection.CreateDatabase creates database with wrong PageSize

2007-06-20 Thread Jiri Cincura
Sorry, too fast. If you reverse the condition if (!this.IsLittleEndian), everything works fine. Probably problem on higher level. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96) FbConnection.CreateDatabase creates database with wrong PageSize

2007-06-20 Thread Jiri Cincura
I think, I found the problem. On line 95, FbConnection.cs we're calling DatabaseParameterBuffer dpb = new DatabaseParameterBuffer();, but shouldn't be there DatabaseParameterBuffer dpb = new DatabaseParameterBuffer(BitConverter.IsLittleEndian);? What do you think? And maybe we should also check

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96)

2007-06-20 Thread Carlos Guzmán Álvarez
Hello: I think, I found the problem. On line 95, FbConnection.cs we're calling DatabaseParameterBuffer dpb = new DatabaseParameterBuffer();, but shouldn't be there DatabaseParameterBuffer dpb = new DatabaseParameterBuffer(BitConverter.IsLittleEndian);? What do you think? I will try to

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96)

2007-06-20 Thread Carlos Guzmán Álvarez
Hello: I think, I found the problem. On line 95, FbConnection.cs we're calling DatabaseParameterBuffer dpb = new DatabaseParameterBuffer();, but shouldn't be there DatabaseParameterBuffer dpb = new DatabaseParameterBuffer(BitConverter.IsLittleEndian);? If that make it to work against

Re: [Firebird-net-provider] [FB-Tracker] Created: (DNET-96)

2007-06-20 Thread Jiri Cincura
On 6/20/07, Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote: If that make it to work against Firebird 1.5 and Firebird 2.0 yes ;) I have tested it against 2.0. 1.5 I'll try tonight. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Installation of ddex

2007-06-20 Thread Ramacher, Steve
Rob, Just to let you know there are typo's in the path for the Magine.config file, and the reg file. You will find that the % sign is in the wrong place for the path, and more importantly what affecting you problem is that the reg file has the PublicToken does not match the assembly token. So