No, it's not possible. DataSet is in memory database and it could only
exist in memory.
For large amount of data, consider using SQL Server CE which keeps data on
a storage device including flash cards.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
> Date: Mon, 30 Aug 2004 11:38:50 +0200
> From: Finn J Johnsen <(E-Mail Removed)>
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2)
Gecko/20040803
> X-Accept-Language: en-us, en
> MIME-Version: 1.0
> Newsgroups: microsoft.public.dotnet.framework.compactframework
> Subject: on disk dataset
> Content-Type: text/plain; charset=us-ascii; format=flowed
> Content-Transfer-Encoding: 7bit
> NNTP-Posting-Host: 213-145-161-202.dd.nextgentel.com
> X-Original-NNTP-Posting-Host: 213-145-161-202.dd.nextgentel.com
> Message-ID: <4132f32c$(E-Mail Removed)>
> X-Trace: news.broadpark.no 1093858092 213-145-161-202.dd.nextgentel.com
(30 Aug 2004 11:28:12 +0200)
> Lines: 4
> Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!fr.ip.ndsoftware.net!news2.euro.net!fi.sn.net!new
sfeed2.fi.sn.net!feeder2.news.jippii.net!feeder1.news.jippii.net!news.net.ha
nse.com!nntp.gblx.net!nntp3.phx1!news.broadpark.no
> Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:60279
> X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
>
> is it possible to work with a dataset -table in a way that doesn't load
> the entire content to memory?
>
> My reason for asking is large amounts of data in the table.
>
|