I 'm using the following code :
string
'insert into ' delimited by size
'tgamGameTeams ' delimited by size
'(Id,Name,RemainingBudget,TeamGamePoints,GameId) '
delimited by size
'values ' delimited by size
'(:kolomid , :kolomName, :kolomBudget ' delimited by size
', :kolomTeamGamePoints,:kolomGameId)'
delimited by size
into sql-lijn
end-string
Do I have to use 'move.. to ..' statements to fill up the values from my columns ,and to write them to the CSV-file ?? Or a 'unstring' statement ??