It's possible that R:Base will not allow the INSERT SELECT syntax across 
different database types.  You may need to DECLARE CURSOR and then create 
statements of the form INSERT VALUES for each record you want to insert.
--
Larry

Reply via email to