|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 2 days ago @ 10:54:27 AM
Posts: 1,
Visits: 3
|
|
Hello all,
Having just started working on MLOAD, I stumbled on this problem :
When charging a file, the tool finds the correct number of lines.
The tools then proceeds to put all those lines in the [name of table]_UV table.
When I then make a sel * on this table, I can see that every field of every line has a value which is '?'
I can understand that there is a conversion problem.
The file layout is defined as every field being a (long) varchar, and is then cast or trimmed in the insert into query...
|
|
|
|