Re: Export Access 97 to PostgreSQL

From: "Shavonne Marietta Wijesinghe" <shavonne(dot)marietta(at)studioform(dot)it>
To: "Ivan Sergio Borgonovo" <mail(at)webthatworks(dot)it>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: Export Access 97 to PostgreSQL
Date: 2008-03-27 10:06:39
Message-ID: 007201c88ff2$404ffa60$0602a8c0@DREAM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Strange coz i created the table. Why doesn't it seem to find it??

CREATE TABLE "REGIONI"
(
"AREA" int4,
"PERIMETER" int4,
"REGIONI_" int4,
"REGIONI_ID" int4,
"COD_REG" int4,
"REGIONE" text
)
WITHOUT OIDS;

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Marcin Stępnicki 2008-03-27 10:14:17 Re: Export Access 97 to PostgreSQL
Previous Message Ivan Sergio Borgonovo 2008-03-27 09:54:36 Re: Export Access 97 to PostgreSQL