melbert2002
MIS
- Jul 16, 2004
- 153
Hello all,
Im having a problem with importing data from one table to another. Here is the deal. I have a table "TOTAL" This table has about 100 Columns. I have another table called "FULL" with about 200 Columns and a third table "PART" with about 150 Columns. The data from FULL and Part get pushed over to TOTAL (wich is displayed to our customers). TOTAL includes fields from both FULL and PART, ie
FULL:
Column A
Column B
Column C
PART:
Column 1
Column 2
Column 3
Column 4
TOTAL:
Column A
Column B
Column 3
Column 4
Now when I try and insert records into TOTAL from either PART or FULL I get the following error:
Error Converting data type varchar to numeric
I have checked all the columns and noted where decimal is decimal, I even tried to make the defaults Null, but its still not working.
Thanks
mel
Im having a problem with importing data from one table to another. Here is the deal. I have a table "TOTAL" This table has about 100 Columns. I have another table called "FULL" with about 200 Columns and a third table "PART" with about 150 Columns. The data from FULL and Part get pushed over to TOTAL (wich is displayed to our customers). TOTAL includes fields from both FULL and PART, ie
FULL:
Column A
Column B
Column C
PART:
Column 1
Column 2
Column 3
Column 4
TOTAL:
Column A
Column B
Column 3
Column 4
Now when I try and insert records into TOTAL from either PART or FULL I get the following error:
Error Converting data type varchar to numeric
I have checked all the columns and noted where decimal is decimal, I even tried to make the defaults Null, but its still not working.
Thanks
mel