Page 1 of 1

Empty Data Set

Posted: Mon Aug 15, 2005 9:45 am
by madhukar
hi all,

How to create empty data sets?
And how to clear the existing data in a dataset?

regs
Madhukar

Posted: Mon Aug 15, 2005 9:51 am
by ArndW
Madhukar,

the easiest way to create an empty dataset and also to clear the contents of one is to write a job that doesn't write any rows to the dataset.

Re: Empty Data Set

Posted: Mon Aug 15, 2005 6:11 pm
by benny.lbs
madhukar wrote:hi all,

How to create empty data sets?
And how to clear the existing data in a dataset?

regs
Madhukar
Row Generator is the esay way

Re: Empty Data Set

Posted: Mon Aug 15, 2005 11:34 pm
by tusharzade
For clearing the existing data from dataset, set the Update policy as "Overwrite" and use row generator for creating the dataset with zero row.