Thread

  1. Need ODBC driver

    Konstantin S. Kuznetsov <ksk@ch70.chel.su> — 1998-06-03T02:26:14Z

    Hello,
    I'v got PostgreSQL-6.2.1 with RedHat-5.0 distribution.
    Where can I get ODBC drivers for Windows95 and NT to create an SQL
    server that can work with Microsoft Access. Moreover, Will it be
    possible to modify databases ( add lines, etc.) from Access?
    Thank you for your response.
    Konstantin S. Kuznetsov.
    
    
    
  2. Re: [SQL] Need ODBC driver

    David Hartwig <daveh@insightdist.com> — 1998-06-03T13:25:34Z

    Check out http://www.insightdist.com/psqlodbc.   And yes insert, update
    and delete are implemented.
    
    Konstantin S. Kuznetsov wrote:
    
    > Hello,
    > I'v got PostgreSQL-6.2.1 with RedHat-5.0 distribution.
    > Where can I get ODBC drivers for Windows95 and NT to create an SQL
    > server that can work with Microsoft Access. Moreover, Will it be
    > possible to modify databases ( add lines, etc.) from Access?
    > Thank you for your response.
    > Konstantin S. Kuznetsov.
    
    
    
    
    
  3. Re: [SQL] Need ODBC driver

    Byron Nikolaidis <byronn@insightdist.com> — 1998-06-03T13:34:12Z

    
    Konstantin S. Kuznetsov wrote:
    
    > Hello,
    > I'v got PostgreSQL-6.2.1 with RedHat-5.0 distribution.
    > Where can I get ODBC drivers for Windows95 and NT to create an SQL
    > server that can work with Microsoft Access. Moreover, Will it be
    > possible to modify databases ( add lines, etc.) from Access?
    > Thank you for your response.
    > Konstantin S. Kuznetsov.
    
    The current website for the postgres odbc driver is
    http://www.insightdist.com/psqlodbc
    
    There you will find:
    - self-extracting full install for win95/nt (postdrv.exe)
    - the compiled dll for quicker subsequent installs (postdll.zip)
    - full source code (postsrc.zip)
    
    Byron