empty dataset

  • Thread starter Thread starter Eva
  • Start date Start date
E

Eva

hi,

is it possible to create an empty dataset with a schema
(i.e table headings and datatypes) the same as one of the
tables in my database?

Also can i create my own empty dataset with my own coloumn
that is not based on a table from my database?
 
Hi Eva,

I never tried or used it but have first a look at the dataadapter fillschema
method

What I did use was the dataset.clone method that does it also.

Cor
 
Back
Top