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

2015-09-03 Thread Kevin Donn
On Wed, Sep 2, 2015 at 11:57 PM, Jiří Činčura wrote: > > Try to stay clear of DataTables. They are a huge hassle to use. Rather > use > > strongly-type objects out of your data access layer. > > Seconded. The days of datasets are long over. > It's not really an option for me right now. We have a

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

2015-09-02 Thread Kevin Donn
I've stumbled on either the depth of my own ignorance or a fairly serious problem when using the Firebird .NET Client in a WPF app. It seems there's something wrong with the columns that get built during FbDataAdapter.Fill(DataTable). The columns do not seem to support data binding properly. Specif

[Firebird-net-provider] Concurrency control

2007-08-01 Thread Kevin Donn
the correct approach? Thanks much, Kevin Donn- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Dow

[Firebird-net-provider] Parameter overflow

2007-03-30 Thread Kevin Donn
formation back to the user. Is there a way to make the Firebird.NET Provider tolerant of parameter overflow like this and to truncate automatically? Or is there a better way to handle this that I'm missing, like a way to validate parameters individually u

[Firebird-net-provider] Bug with blob params

2006-04-20 Thread Kevin Donn
ms for the blob field with a size of 2147483647.  Save the project, then reload it.  In my D2006 Update 1 with Firebird Adapter 1.7, the blob param will be completely missing after reloading the project.  If you change the size on the blob param to 2147483646, everything seems to save and load fine.   Kevin Donn