Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Need SQL Server Temp Table equivalent (challenge!)

Re: Need SQL Server Temp Table equivalent (challenge!)

From: Kin Ng <kin_ng5_at_yahoo.com>
Date: 28 Jul 2003 09:16:38 -0700
Message-ID: <d5b3f600.0307280816.4ed86ebd@posting.google.com>


It is not the client part that I am having problems with. It is within the DB server. E.g. If the users use Excel's Query feature to look up some data, they can do a query on my View instead of processing XML.

> If you truly have a changing structure, why don't use just write a
> stored proc that returns XML as a string? You can then create your
> DataTable (or DataSet even) based on the XML.
>
> -- Tom
Received on Mon Jul 28 2003 - 11:16:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US