View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 01:01 AM
James M Doherty PGADMIN
 
Posts: n/a
Default Re: ODBC release plans?

Merlin,

Yes Borland C++ builder is exactly what I am using ....

Jim
----- Original Message -----
From: "Merlin Moncure" <merlin.moncure@rcsonline.com>
To: "James M Doherty PGADMIN" <jimmyd@jdoherty.net>
Cc: <pgsql-odbc@postgresql.org>
Sent: Monday, January 17, 2005 8:32 AM
Subject: RE: [ODBC] ODBC release plans?


> I had the following problem which I have not been able to run down ?
>
> I use the ODBC driver for my c++ client, when I change the underlying
> column
> from a character varying(400) to Text. The
> client now sees this as a memo field. Is there something in the ODBC
> driver
> that makes this assumption ?


By C++ client, do you mean Borland C++ Builder? The IDE defaults the
field types based on internal assumptions. You can override them, but
it's a pain. Let me know if you are still stuck and maybe I can give
you some tips.

Merlin


---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Reply With Quote