Re: Npsql is much faster than ODBC ?

From: Rainer Bauer <usenet(at)munnin(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Npsql is much faster than ODBC ?
Date: 2007-11-07 20:30:56
Message-ID: h374j3p55uqq09gun3jk9jtngqc5vm9jrb@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Smith wrote:

>On Wed, 7 Nov 2007, Rainer Bauer wrote:
>
>> The way I read this section is that linking to a GPL ODBC driver would imply
>> that I have to release my program under a GPL (compatible) licence.
>
>What you actually link against is the ODBC implementation for your
>platform. If you're on something UNIX-ish, you're probably linking
>against unixODBC, which is available under the LGPL presumably to avoid
>this issue.

My program runs under MS Windows only. Which means the Microsoft ODBC "driver
manager" is closed source.

I have found the original announcement from CommandPrompt and it seems that
this topic was already discussed before:
<http://archives.postgresql.org/pgsql-odbc/2005-04/msg00084.php>

Rainer

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeff Larsen 2007-11-07 22:22:46 Rollback capacity
Previous Message Scott Marlowe 2007-11-07 20:04:28 Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?