> Hello, > > > We are trying to fetch records from Postgre Tables. > > > > We are successfully able to build connectivity. We are Using Postgre ODBC > > Driver (Unicode). > > > > But when I query the tables of Postgre it is unable to map the datatype > > varchar of source Table. > > When you use Unicode all VARCHAR is treated as not ansi but as > wide varchar (WVARCHAR). > > Please try Postgres ODBC Driver (ANSI).