Thread

  1. BUG #1323: Bug in Driver ODBC

    PostgreSQL Bugs List <pgsql-bugs@postgresql.org> — 2004-11-16T16:36:38Z

    The following bug has been logged online:
    
    Bug reference:      1323
    Logged by:          Sandro Votre
    
    Email address:      sandro_votre@ig.com.br
    
    PostgreSQL version: 8.0 Beta
    
    Operating system:   Windows NT, Windows XP
    
    Description:        Bug in Driver ODBC
    
    Details: 
    
    I work with Delphi language , ...
    
    The Delphi use the Borland Database Engineer to
    control the access to database.
    
    
    For Example :
    
    TABLEX have the follows atributes (cod, name, city)
    
    select * from TABLEX
    
    The return of statement have less columns that the
    three demonstrated.
    
    This dont happen with pgAdmin....
    
    This happen only with a statement inside the Delphi.
    
    To test can be used the DataBase Explorer that make part of Delphi
    
    ok....
    
    
    Best regards, ...