you have to write it to the file system. if security is your concern encrypt it. we do this a lot, but we do not send it over web services, just using https get.
On Mon, Feb 16, 2009 at 5:58 PM, handitan <[email protected]> wrote: > I would like to clear one thing: > - The .Net webservice returns the bytearray-conversion of a SQLite > file from the server. > > > --- In [email protected] <flexcoders%40yahoogroups.com>, > "handitan" <handi...@...> wrote: > > > > Hi all, > > > > I have a .Net webservice the bytearray-conversion of a SQLite file. > > My client call the webservice and I received the byteArray as > expected > > but I couldn't treat it as SQLite until I do the following: > > - Write the byteArray to a file with .db extension. > > - Then open the SQLConnection to that file. > > > > So is there a way to treat the byteArray as SQLite without saving it > > first to the local storage and read it? > > > > Thx! > > > > > -- j:pn \\no comment

