Sat, Jun 22, 2002 at 12:35:19PM -0400 scrivesti > Is there a limit somewhere within the ODBC driver and/or Postgres? Any help > would be greatly appreciated.
Yes. Postgres fixed this issue, but they forgot to fix the odbc driver (I think they will fix this too soon): #define TEXT_FIELD_SIZE 8190 somewhere in the headers (grep it) I changed it to 16384 and now it works. It's not the best solution because this way it allocs 16k each time, but fixing with dynamic mallocs was out of my time (and of my skills maybe). -- Rd "The trilling wire in the blood Sing below inveterate scars Appeasing long forgotten wars." ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
