Charles Crume
2004-02-06 04:03:53 UTC
Hello all;
I've run into a weird, weird problem. I want to copy a table and then use
the copy for some operations. I ran the following commands:
----------------------------
clear
select 1; use data\ma
list ma_booth, ma_clerk, ma_gross, ma_net
copy to temp\ax
select 9; use temp\ax
list ma_booth, ma_clerk, ma_gross, ma_net
----------------------------
and the results, from the two list commands, in the command pane is shown
below:
----------------------------
Record# ma_booth ma_clerk ma_gross ma_net
1 RFFwd gK 202.42 142551888.00
2 oISlm A 0.57
80614024.00
3 z T 518708000.00
3633.64
4 jR UAc 844897.19
18.32
5 ZCa RU 239222640.00 2876035584.00
6 rbSI VDS 0.91
0.15
7 DRLfQC XbO 29.75 2.09
Record# ma_booth ma_clerk ma_gross ma_net
1 RFFwd 2.5 202.42 142551888.00
2 oISlm 0.8 0.57
80614024.00
3 z 0.7 518708000.00
3633.64
4 jR 14.3 844897.19
18.32
5 ZCa 1.6 239222640.00 2876035584.00
6 rbSI 80.7 0.91
0.15
7 DRLfQC 0.6 29.75
2.09
----------------------------
As one can see, the MA_CLERK field has had it's values changed from char to
numeric (I checked each table's structure via the MODI STRUCTURE command and
MA_CLERK is a char 5 field in *both* tables.
I am baffled. Have shut down vDB (v5.7) and Windows (Win98se) 3 time to see
if something was goofy.
Does anyone have any ideas??
TIA.
Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/04
I've run into a weird, weird problem. I want to copy a table and then use
the copy for some operations. I ran the following commands:
----------------------------
clear
select 1; use data\ma
list ma_booth, ma_clerk, ma_gross, ma_net
copy to temp\ax
select 9; use temp\ax
list ma_booth, ma_clerk, ma_gross, ma_net
----------------------------
and the results, from the two list commands, in the command pane is shown
below:
----------------------------
Record# ma_booth ma_clerk ma_gross ma_net
1 RFFwd gK 202.42 142551888.00
2 oISlm A 0.57
80614024.00
3 z T 518708000.00
3633.64
4 jR UAc 844897.19
18.32
5 ZCa RU 239222640.00 2876035584.00
6 rbSI VDS 0.91
0.15
7 DRLfQC XbO 29.75 2.09
Record# ma_booth ma_clerk ma_gross ma_net
1 RFFwd 2.5 202.42 142551888.00
2 oISlm 0.8 0.57
80614024.00
3 z 0.7 518708000.00
3633.64
4 jR 14.3 844897.19
18.32
5 ZCa 1.6 239222640.00 2876035584.00
6 rbSI 80.7 0.91
0.15
7 DRLfQC 0.6 29.75
2.09
----------------------------
As one can see, the MA_CLERK field has had it's values changed from char to
numeric (I checked each table's structure via the MODI STRUCTURE command and
MA_CLERK is a char 5 field in *both* tables.
I am baffled. Have shut down vDB (v5.7) and Windows (Win98se) 3 time to see
if something was goofy.
Does anyone have any ideas??
TIA.
Charles...
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.576 / Virus Database: 365 - Release Date: 1/30/04