Re: Altering psqlodbc.h - Mailing list pgsql-novice

From Janet Borschowa
Subject Re: Altering psqlodbc.h
Date
Msg-id F888C30C3021D411B9DA00B0D0209BE8018C06B0@cvo-exchange.cvo.roguewave.com
Whole thread Raw
In response to Altering psqlodbc.h  ("Jillian Carroll" <jillian@koskie.com>)
List pgsql-novice
Hi,
I believe you will want to change the driver settings. On windows, use ODBC
Driver Manager, and when you are configuring the psqlodbc driver, choose
Driver Options, and you'll see where you can set MaxLongVarchar to something
other than 8190. On UNIX, use the following in your odbcinst.ini or
.odbc.ini file (note that its case sensitive and there should be no spaces
on either side of "="):
MaxLongVarcharSize=<whatever>

-- Janet

Good Morning, I am needing to TEXT_FIELD_SIZE 8190 to something like
TEXT_FIELD_SIZE 1024*1024 in psqlodbc.h, but I can't find any information on
how to do this. Would anybody be so kind as to help me out by either
offering advice, or pointing me to a resource where I could learn how to do
this? Thank you! -- Jillian



pgsql-novice by date:

Previous
From: Mark Moser
Date:
Subject: total newbie question: windows download (binary)
Next
From: "Andrew Sher"
Date:
Subject: passing parameters to views (or alternative methods)?