x27;
actually emits). For that matter, the code you posted could also use
some protective logic to clean up the connection in case of catastrophy.
Danny Gorton II
Co-founder
Absolute Power and Control, LLC
www.absolutepowerandcontrol.com
On 11/26/2013 11:04 AM, Kjell Rilbe wrote:
>
>
rcumstances force us into it sooner than we'd like.
Thanks again,
Danny
Danny Gorton II
Co-founder
Absolute Power and Control, LLC
www.absolutepowerandcontrol.com
517-499-9069 (mobile)
On 11/14/2013 05:34 AM, Jiri Cincura wrote:
> Hi,
>
> On Wed, Nov 13, 2013 at 8:34 PM, Danny Gor
I'm not sure about being able to lose 3.5 support. We haven't tested,
or planned to test, migrating forward. If 4.0 backward compatibility is
OK, then it would be OK, though we aren't using any 4.0 language features.
Danny Gorton II
Co-founder
Absolute Power a
Sometimes you it's better to make breaking changes than to live with the
mess that results from trying to be too accommodating. I say fix it right.
Danny Gorton II
Co-founder
Absolute Power and Control, LLC
www.absolutepowerandcontrol.com
517-499-9069 (mobile)
On 11/12/2013 10:07 AM,
On 03/24/2011 02:54 AM, Jiri Cincura wrote:
> On Thu, Mar 24, 2011 at 05:25, Danny Gorton
> wrote:
>> Is there a way to detect the character sets supported by the platform? We
>> could then merge that with the character sets supported by Firebird and this
>> provider
Y_FRAMEWORK
directive, I got errors on Entity.SSDLToFB.cs (added sometime after
2.5.2). Adding #if (NET_35 && ENTITY_FRAMEWORK) condition solved that
problem. Is that missing conditional an oversight, or should I not need
that conditional and is there something else wrong with my setup?
Matt,
I use a StringBuilder in some cases too. The CommandText is after
all a string, so you must compose it somehow. Stringbuilder is a good
option, especially when combined with parameterized queries.
Have you seen this? http://www.firebirdfaq.org/faq336/
I'm not sure what you mean by