This topic is locked

Export in sql Table

5/5/2014 6:08:40 AM
ASPRunnerPro General questions
A
a.zerino@esoware.gallozzi. author

Hello,

I have this problem, I have to insert into another table sql the result of a selection list on a table sql, practically all the records should be inserted into another table corroborating various fields, how can I make

rgds

admin 5/6/2014

I guess you can check the following example and update it for your purposes:

http://xlinesoft.com/asprunnerpro/docs/email_selected_records.htm
Instead of sending the email you can build a SQL query and insert data into another table.

G
gonzalosb 5/7/2014

Sergey,

can you post an example using this code on "after record processed"? i been trying to do something like that for long time with no result.