Re: Export Access 97 to PostgreSQL

Поиск
Список
Период
Сортировка
От Shavonne Marietta Wijesinghe
Тема Re: Export Access 97 to PostgreSQL
Дата
Msg-id 004a01c88fe9$7dc58df0$0602a8c0@DREAM
обсуждение исходный текст
Ответ на Export Access 97 to PostgreSQL  ("Shavonne Marietta Wijesinghe" <shavonne.marietta@studioform.it>)
Ответы Re: Export Access 97 to PostgreSQL
Список pgsql-sql
Thanks. I tried the following command

COPY REGIONI FROM 
'C:/Inetpub/wwwroot2/FORMWebSite1/database/FormAjax/REGIONI.copy' WITH 
DELIMITER '\t';

But i get this error

ERROR:  relation "regioni" does not exist

Here is a sample of my file (fields seperated with a tab)

13600770000,00 848351,00 2,00 2,00 4,00 "Trentino-alto adige"
18424000000,00 1132202,00 3,00 3,00 5,00 "Veneto"
7859928000,00 746082,90 4,00 4,00 6,00 "Friuli-venezia giulia"

What can the problem be?

Shavonne 



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

Предыдущее
От: Shawn
Дата:
Сообщение: Re: Dropping Functions
Следующее
От: Ivan Sergio Borgonovo
Дата:
Сообщение: Re: Export Access 97 to PostgreSQL