A
Andreas Schulz
Hi,
in my PPC application I have a pocket access database storing a lot of
data (about 10.000 - 60.000 rows per table). I use a web service to
synchronise the data wrapped in xml format using soap. My problem now is
that binding the data from database to a dataset and then using the
GetXml() method returning the Xml as string takes a lot of time (up to
15 or 20 minutes!!!!). Often I get an OutOfMemoryException because
getting about 10.0000 entries from database could not be handled.
So does anyone know how to handle or solve that problem? Would be great.
Thanks
in my PPC application I have a pocket access database storing a lot of
data (about 10.000 - 60.000 rows per table). I use a web service to
synchronise the data wrapped in xml format using soap. My problem now is
that binding the data from database to a dataset and then using the
GetXml() method returning the Xml as string takes a lot of time (up to
15 or 20 minutes!!!!). Often I get an OutOfMemoryException because
getting about 10.0000 entries from database could not be handled.
So does anyone know how to handle or solve that problem? Would be great.
Thanks