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: Thu, 27 Mar 2008 11:06:39 +0100
- Message-id: <007201c88ff2$404ffa60$0602a8c0@DREAM> <text/plain>
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;
Home |
Main Index |
Thread Index