Обсуждение: subscrip out of range

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

subscrip out of range

От
"peter"
Дата:
i am getting this error when iimport data using the pgaccess client from a
txt file.  I will import some records then crash out.  Any IDeas?

has it got anything to do with the primary key on the destination table and
if so how do you temporaryily disable it

Thanks for any hellp

PEter




Re: subscrip out of range

От
"Chad Thompson"
Дата:
"subscript out of range" is an error that means you are trying to access
part of an array that doesnt exist.

It probably means that your data doesnt have all the fields for all the
records.
Check to see if your data is truncated or if there is an unusual (usually
shortened) number of fields in a given record.

HTH
Chad
----- Original Message -----
From: "peter" <peter@peter.com>
To: <pgsql-sql@postgresql.org>
Sent: Saturday, October 26, 2002 1:25 AM
Subject: [SQL] subscrip out of range


> i am getting this error when iimport data using the pgaccess client from a
> txt file.  I will import some records then crash out.  Any IDeas?
>
> has it got anything to do with the primary key on the destination table
and
> if so how do you temporaryily disable it
>
> Thanks for any hellp
>
> PEter
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>