Обсуждение: SQL Script contains COPY FROM STDIN

Поиск
Список
Период
Сортировка

SQL Script contains COPY FROM STDIN

От
Ravi Chaddha
Дата:
SQL file contains COPY from stdin statements. Please
let me know how can I execute this from JDBC, if
possible. Or what is the procedure to populate that
specific data (COPY from stdin statements).

regards,
Ravi


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Re: SQL Script contains COPY FROM STDIN

От
Kris Jurka
Дата:

On Mon, 6 Feb 2006, Ravi Chaddha wrote:

> SQL file contains COPY from stdin statements. Please
> let me know how can I execute this from JDBC, if
> possible. Or what is the procedure to populate that
> specific data (COPY from stdin statements).

The current driver cannot process COPY FROM STDIN statements, but there
are patches that have been posted to this list that allow COPY commands to
be run, search the archives if you're interested.

Kris Jurka