what's the difference between xml schema and datasets?

  • Thread starter Thread starter Elhanan Maayan
  • Start date Start date
E

Elhanan Maayan

hi..
when i choose add new item in visual studio i see i can add a dataset or an
xml schema.

both appear to create typed datasets, so what's the diffrerence between
them?

btw off topic did anyone manage to work FileSystemWatcher in a windows
service? i once tried somethign simial with fileNotify api in vc, and did
not have good results..
 
Hi,

Elhanan Maayan said:
hi..
when i choose add new item in visual studio i see i can add a dataset or an
xml schema.

both appear to create typed datasets, so what's the diffrerence between
them?

The dataset uses MSDataSetGenerator to create strong typed dataset while
schema doesn't (while it might).
btw off topic did anyone manage to work FileSystemWatcher in a windows
service? i once tried somethign simial with fileNotify api in vc, and did
not have good results..

I don't see any problem with using FileSystemWatcher from within service.
 
Back
Top