I have column data whicn im trying to get in to data for each record.
The data is layed out like....
LOCATION, STOCKPILE, PAD, X1, X2, X3, X4
abc 123 x 2 1 0
Im trying to get the data into the database like this....
abc,123,x,2
abc,123,x,1
abc,123,x,0
...so for each of the X values i need to write the preceding info into the DB....
Any ideas will be greatly appreciated.
Cheers.
K2
The data is layed out like....
LOCATION, STOCKPILE, PAD, X1, X2, X3, X4
abc 123 x 2 1 0
Im trying to get the data into the database like this....
abc,123,x,2
abc,123,x,1
abc,123,x,0
...so for each of the X values i need to write the preceding info into the DB....
Any ideas will be greatly appreciated.
Cheers.
K2