Is that just creating an in-memory database then? I'm not familiar with a copy to a null location.
Griggs, Donald wrote: > > On linux you can do > >> dd if=database.db of=/dev/null bs=1M >> and after perform "select ..." >> > > ================================= > From: [email protected] > [mailto:[email protected]] On Behalf Of Nathan Biggs > Subject: Re: [sqlite] Full Table Read > > We are actually using Windows XP for an OS. (I know, lots of > limitations, but that is what we have to use). > > ================================= > > I think the windows equivalent would be: > copy /b database.db nul > > In either case, we're assuming your database fits into available > ram-cached virtual space. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > > > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

