Hi there
This was the closest to Sybase I could see....
If I wanted to perform a multiple insert based on values in a table using, say a web app, I'd define a DataTable and bring in the elements using the where query, then iterate though the table using a for - next statement based on the total rows and insert new rows each time the code passed through the for - next loop...
I can build an event that will perform Inserts - but is it possible to carry out multiple inserts as in the first scenario?
Stumped!
This was the closest to Sybase I could see....
If I wanted to perform a multiple insert based on values in a table using, say a web app, I'd define a DataTable and bring in the elements using the where query, then iterate though the table using a for - next statement based on the total rows and insert new rows each time the code passed through the for - next loop...
I can build an event that will perform Inserts - but is it possible to carry out multiple inserts as in the first scenario?
Stumped!
Comment