Re: [Firebird-net-provider] Entity Framework 6

2017-02-09 Thread Paul Dryden
I have have had problems using Windows Entity Data Framework. In some cases, I can't open an edmx file in Visual Studio (that I had compiled from scanning a database perhaps a year earlier, always receiving "Provider Not Found." Very frustrating. I am now considering switching to MySql, even

Re: [Firebird-net-provider] Aliases not working

2016-06-04 Thread Paul Dryden
Thanks, I'll try Firebird 3. It's affordable. Paul On 6/4/2016 6:46 AM, Mark Rotteveel wrote: On 18-5-2016 19:23, Paul Dryden wrote: Forsome reason on my system aliases don't work. Now I have to go into each app and change the alias to the actual path name. Any reason or solution

[Firebird-net-provider] Aliases not working

2016-05-18 Thread Paul Dryden
Forsome reason on my system aliases don't work. Now I have to go into each app and change the alias to the actual path name. Any reason or solution for this? Paul Dryden, University of Utah -- Mobile security can

[Firebird-net-provider] visual studion 2010 and producing an edmx file from database

2014-11-30 Thread Paul Dryden
I have several computers that I manage where I can produce and edmx file from a firebird database without problem. However, my main development computer isn't working as it should. I can start a project in VS, then add new item, data, entity data framework. The firebird connection capability is

Re: [Firebird-net-provider] Viewing hits to database with .net entity framework

2009-07-31 Thread Paul Dryden
Jiri, Could you please elaborate a bit on what is a monitoring table, or point me to a resource that explains it? Cheers, pablo Jiri Cincura wrote: On Fri, Jul 31, 2009 at 01:13, Paul Drydenpaul.dry...@utah.edu wrote: Is there a way to see, log, or otherwise intercept the sql

[Firebird-net-provider] Viewing hits to database with .net entity framework

2009-07-30 Thread Paul Dryden
Is there a way to see, log, or otherwise intercept the sql commands generated and sent back to the firebird database server in a .net entity framework application? pablo -- Let Crystal Reports handle the reporting -

[Firebird-net-provider] help setting blob field to null in asp.net entityframework application

2009-07-28 Thread Paul Dryden
I'm using Firebird 2.5 and the .net provider with an asp.net web application. Data is provided by an EntityDataSource backed by an EDM generated from a firebird database. I can load a type 0 blob field with image data by handling the DetailsView ItemUpdating event. protected void