PeterHenell / sql-server-data-producer

Automatically exported from code.google.com/p/sql-server-data-producer
0 stars 1 forks source link

As a user I would like to see all of the actual generated values before running the insertion in order to modify and adjust the parameters. #172

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Alter the preview functionality to show all the data generated.

For identity columns, generate the value in the application.

The output should be one table for each execution item containing the exact 
data it would have generated if we would have chosen to hit Run.

Original issue reported on code.google.com by a03pe...@gmail.com on 22 Feb 2013 at 1:24

GoogleCodeExporter commented 9 years ago
Implement a Consumer that will generate a DataSet.
That DataTabes in that DataSet can then be directly be bound to DataGrids.

Original comment by a03pe...@gmail.com on 27 Feb 2013 at 1:56