Re: figuring out why I am having this issue

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <jfradkin(at)wazagua(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: figuring out why I am having this issue
Date: 2005-08-31 19:33:37
Message-ID: 008101c5ae62$e46fe99f$6a01a8c0@valehousing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Joel,

The problem is not that we won't help, but mainly I suspect we're in timezones some way east of you. For example, I'm watching telly, eating a popadom, and thinking about having a beer and going to bed!! (I'm also on my pda, and don't have the source right now).

A hint though - look in the connectionstring in mylog, and find the actual option name/code. Then, look in options.c (iirc), and see if you can figure out the variable that the value gets assigned to in the ConnectionClass object. Then, look at where that is used. The problem is /probably/ in qresult.c, connection.c (not the #ifndef USE_LIBPQ bits), or, if you're really unlucky, copy_and_convert_field in convert.c

Good luck, and be sure to let someone know what you're doing so they can send dogs when you don't come back...

/D

-----Original Message-----
From: "Joel Fradkin"<jfradkin(at)wazagua(dot)com>
Sent: 31/08/05 20:07:46
To: "pgsql-odbc(at)postgresql(dot)org"<pgsql-odbc(at)postgresql(dot)org>
Subject: [ODBC] figuring out why I am having this issue

I do not mind researching the text field problem myself, but looking at the
source code I have no idea where to look or how to approach this.

I have seen a few email where some of the developers talked about how they
were getting feed back, but to be honest never paid much attention.

I can look in the archive (and probably will), but if any of you who has
worked on the code could maybe point me in the right direction like which .c
file would be looking at

MaxLongVarcharSize I did a search and only saw it referenced in one file and
it does not look to me like it is doing anything with text fields, so I must
be missing something.

Any ideas would be a big help.

Joel Fradkin

-----Unmodified Original Message-----
I do not mind researching the text field problem myself, but looking at the
source code I have no idea where to look or how to approach this.

I have seen a few email where some of the developers talked about how they
were getting feed back, but to be honest never paid much attention.

I can look in the archive (and probably will), but if any of you who has
worked on the code could maybe point me in the right direction like which .c
file would be looking at

MaxLongVarcharSize I did a search and only saw it referenced in one file and
it does not look to me like it is doing anything with text fields, so I must
be missing something.

Any ideas would be a big help.

Joel Fradkin

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Joel Fradkin 2005-08-31 19:41:04 Re: figuring out why I am having this issue
Previous Message Joel Fradkin 2005-08-31 19:07:38 figuring out why I am having this issue