Hi,
We are using Version 3 of Texis on NT (release March 15 2001). Here is what we are trying to do.
1. We have a table tbldoc with 45 fields in it.
2. We create a table tbltemp with the same set of 45 fields.
3. We do,
Insert into tbltemp select <Field_list> from tbldoc
where the <Field_list> is all the fields in tbldoc in the same order as in tbltemp.
This produces the error, "000 SQL failed". WHY??
4. If I remove the last field from the tbltemp creation and do the same in the select for the insert, it works.
Is there a limit for the number of fields. Does not look like. Because we already have the table tbldoc with those 45 fields.
Why does it work if the last field is removed?
By the way we use TSQL to do all this work.
Please help!! Thanks!!
We are using Version 3 of Texis on NT (release March 15 2001). Here is what we are trying to do.
1. We have a table tbldoc with 45 fields in it.
2. We create a table tbltemp with the same set of 45 fields.
3. We do,
Insert into tbltemp select <Field_list> from tbldoc
where the <Field_list> is all the fields in tbldoc in the same order as in tbltemp.
This produces the error, "000 SQL failed". WHY??
4. If I remove the last field from the tbltemp creation and do the same in the select for the insert, it works.
Is there a limit for the number of fields. Does not look like. Because we already have the table tbldoc with those 45 fields.
Why does it work if the last field is removed?
By the way we use TSQL to do all this work.
Please help!! Thanks!!