Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-12-01 Thread Louis van Alphen
F and .NET2.0. On 12/1/15 11:04 AM, Louis van Alphen wrote: > Maybe you could download the source and recompile for CFx > > http://www.firebirdsql.org/en/net-provider/ > > > > -Original Message- > From: slucas [mailto:slu...@iquanta.com] > Sent: 01 December 2

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-12-01 Thread Louis van Alphen
Maybe you could download the source and recompile for CFx http://www.firebirdsql.org/en/net-provider/ -Original Message- From: slucas [mailto:slu...@iquanta.com] Sent: 01 December 2015 05:26 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-pro

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-11-30 Thread Louis van Alphen
able? On 11/30/15 11:23 AM, Louis van Alphen wrote: > Agreed , talking to the DB from the mobile app is not the way to go. This is > why I tried to implement a HTTP server that the device talks to. The issue I > had was that the device could never connect to the PCs ip address. I could

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-11-30 Thread Louis van Alphen
No it is a subset of .NET 2. I have battled for years to do what you are trying, with no luck whatsoever. Cannot run the FB client on the device. I then tried to POST an XML to a HTTP server sitting on a PC on the network. That is also a mission as the networking implementationon these devices

Re: [Firebird-net-provider] VS2008 ADO.NET confusion

2015-11-30 Thread Louis van Alphen
Agreed , talking to the DB from the mobile app is not the way to go. This is why I tried to implement a HTTP server that the device talks to. The issue I had was that the device could never connect to the PCs ip address. I could never get the network config to work despite days and days of searc

Re: [Firebird-net-provider] WPF/FB Client interaction issue

2015-09-02 Thread Louis van Alphen
Not very familiar with WPF binding and did not read your source in depth But I am very familiar with binding in WinForms. The key to binding in WinForms is that each property of your object should raise the PropertyChanged event when the value changes. This tells bound controls to update. So a typ

Re: [Firebird-net-provider] OutOfMemoryException

2015-06-19 Thread Louis van Alphen
Let me check first if I am not leaking the objects -Original Message- From: Геннадий Забула [mailto:zabulu...@gmail.com] Sent: 19 June 2015 03:20 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] OutOfMemoryException can you make a dump

[Firebird-net-provider] Test

2015-06-18 Thread Louis van Alphen
test -- ___ Firebird-net-provider mailing list Firebird-net-provider@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

[Firebird-net-provider] OutOfMemoryException

2015-06-18 Thread Louis van Alphen
Hello, I have an application that runs on .NET 4.5.1 against FB 2.5.2. Up to now I have been using FirebirdClient 2.0.1. I have just migrated to using FirebirdClient 4.6.2 with the view of getting some performance gains. When I run my application's automated test suite of around 1500 tests using c

Re: [Firebird-net-provider] Character set problem between with Firebird & .NET provider

2010-01-10 Thread Louis van Alphen
-Original Message----- > From: Louis van Alphen [mailto:lo...@nucleo.co.za] > Sent: Friday, January 08, 2010 14:59 > To: firebird-net-provider@lists.sourceforge.net > Subject: Re: [Firebird-net-provider] Character set problem between with > Firebird & .NET provider > > I stil

Re: [Firebird-net-provider] Character set problem between with Firebird & .NET provider

2010-01-08 Thread Louis van Alphen
w, or string truncation Cannot transliterate character between character sets >> ERROR [HY000] [ODBC Firebird Driver][Firebird]arithmetic exception, numeric >> overflow, or string truncation Cannot transliterate character between character sets -Original Message- From: Lou

Re: [Firebird-net-provider] Character set problem between with Firebird & .NET provider

2010-01-08 Thread Louis van Alphen
error when accessing certain data -Original Message- From: André Knappstein, Controlling [mailto:knappst...@beta-eigenheim.de] Sent: 07 January 2010 04:21 PM To: Louis van Alphen Subject: Re: [Firebird-net-provider] Character set problem between with Firebird & .NET provider I would se

[Firebird-net-provider] Character set problem between with Firebird & .NET provider

2010-01-07 Thread Louis van Alphen
Hi, I would appreciate it if someone could help. I am I South Africa and is developing an application for use in South Africa, France and Italy. Therefore the application and database has to support the French and Italian special characters. I created the database using IBExpert with a defa