Oops, sorry Mike I read your first email before seeing this one.  We're using 
the same version.  Your insert command is interesting.    So it seems that 
you need to put quotes around the listof in order for the insert to work?  In 
6.5 you didn't need that.  If you left out the quotes and just did the listof, 
what happened?
 
> Additionally,
> 
> insert into tTellef colNote select ('''' +  (listof(contid)) + '''') from 
> contact
> 
> inserts the listOf integers, separated by commas into the table without a 
> hitch.
> 
> 7.6   30919  in case you are wondering.

Reply via email to