RE: Writing Large Objects to Postgresql via ODBC using VB

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема RE: Writing Large Objects to Postgresql via ODBC using VB
Дата
Msg-id EKEJJICOHDIEMGPNIFIJGEIPEEAA.Inoue@tpf.co.jp
обсуждение исходный текст
Ответ на Writing Large Objects to Postgresql via ODBC using VB  (Matthew Dormer <matt@infosource.com.au>)
Ответы RE: Writing Large Objects to Postgresql via ODBC using VB
Список pgsql-odbc
> -----Original Message-----
> From: Matthew Dormer
>
> I am having problems writing to a postgres database using ODBC.  Here are
> the steps I have taken:
>
> 1.  I have greated a lo type in the database
>
> create type lo (
> internallength=4, externallength=10,
> input=int4in, output=int4out,
> default='', passedbyvalue
> );
>
>
> 2.  I create a table in the database
>
> Create table matt ( matt_id integer not null unique primary key,
> matt_text
> lo );
>
> 3.  I have a simple form with 1 rich text box, RichTextBox1 and a command
> button Command 1  Here is the code on the form:
>

Hmm you are using RDO.
Are you setting rdoEnvironments.CursorDriver to rdUseOdbc ?

regards,
Hiroshi Inoue


В списке pgsql-odbc по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: I saw a table that wasn't there
Следующее
От: "Tom.Bakken"
Дата:
Сообщение: MS Access97 Postgres ODBC problems