Re: Column Name Length problem? - Mailing list pgsql-odbc

From Corey W.Gibbs
Subject Re: Column Name Length problem?
Date
Msg-id 20020304161646.BBD7247609F@postgresql.org
Whole thread Raw
In response to Column Name Length problem?  ("Corey W. Gibbs" <cascadia@nventure.com>)
List pgsql-odbc
Good Morning Hiroshi,
I think this problem is a VB related issue.  Once i split the statement into two select statements, it worked just
fine. Access97 had no problem with linking the table, but VB seems to be choking on this long string of data.  I
checkedthe log file, and it fetched the record requested, so it's not the ODBC driver.  I did the split right after
"spread_percent"and just put the additional columns into a second recordset. 
thank you
corey

>
> From: Hiroshi Inoue <Inoue@tpf.co.jp>
> Date: 2002/03/04 Mon PM 05:20:42 PST
> To: "Corey W. Gibbs" <cascadia@nventure.com>
> CC: pgsql-odbc@postgresql.org
> Subject: Re: [ODBC] Column Name Length problem?
>
> > "Corey W. Gibbs" wrote:
> >
> > Good Morning Everyone,
> > I had a perfectly good working application written in VB that tied to
> > a PG database on a Red Hat system with the latest ODBC driver.
>
> What kind of access method are you using ?
> Aren't you using link tables ?
>
> regards,
> Hiroshi Inoue
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>


pgsql-odbc by date:

Previous
From: Corey W.Gibbs
Date:
Subject: Re: Column Name Length problem?
Next
From: Dave Page
Date:
Subject: Re: Basic ODBC/PostgreSQL