Re: Column Name Length problem?

Поиск
Список
Период
Сортировка
От Corey W.Gibbs
Тема Re: Column Name Length problem?
Дата
Msg-id 20020304161646.BBD7247609F@postgresql.org
обсуждение исходный текст
Ответ на Column Name Length problem?  ("Corey W. Gibbs" <cascadia@nventure.com>)
Список 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 по дате отправления:

Предыдущее
От: Corey W.Gibbs
Дата:
Сообщение: Re: Column Name Length problem?
Следующее
От: Dave Page
Дата:
Сообщение: Re: Basic ODBC/PostgreSQL