I solved the single column import thing by exporting processing and importing the whole table instead.
<div><br></div><div>Lately I tried:</div><div><br></div><div>
<div class="column">
<p><span style="font-size:11.000000pt;font-family:'ArialMT'">put VDatabase_SqlSelect( query ) into cursorRef<br>
put VCursor_RecordCount( cursorRef ) into recCount
repeat for i = 1 to recCount
</span></p>
<p><span style="font-size:11.000000pt;font-family:'ArialMT'">VCursor_Position( cursorRef, i )
</span></p>
<p><span style="font-size:11.000000pt;font-family:'ArialMT'">-- read fields of cursor or other job...
</span></p>
<p><span style="font-size:11.000000pt;font-family:'ArialMT'">end repeat</span></p><p><span class="Apple-style-span" style="font-family:ArialMT;font-size:15px">and LiveCode crashed every time so I gave up trying to use </span><span class="Apple-style-span" style="font-family:ArialMT;font-size:15px">VCursor_Position and went back to my old way of processing the result of larger SQL quires using LiveCode. I'm really too tired right now to try and document that crash for Mantis but maybe later.</span></p>
</div></div>