vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > 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 6: Have you searched our list archives? http://archives.postgresql.org |
| ||||
| 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 |