Subject | Re: Copying rows into tables |
---|---|
Author | yaedos2000 |
Post date | 2005-03-03T15:12:50Z |
> Still busy copying those rows? ;-)Yes and I'm not getting very far!
> - If you want all the matching rows copied, don't change thestatement.
I'm trying to copy all matching rows, but the statement I'm using
causes a compile-time error with the following message:
An error was found in the application program input parameters for
the SQL statement.
Dynamic SQL Error.
SQL error code = -804.
Count of read-write columns does not equal count of values.
Is this because ID is a foreign key and not unique in the table?
Cheers