Kelvin Park wrote:
I'm trying to convert joined multiple database table to one xml file. Is
it more efficient to initially, join multiple (more that 4 tables)
together to produce XML file, or convert every table in to XML file and
use those XML files to relate data?
I'd make the database do a
certainly it is better to use the database, as it is designed for such a
purpose.
-nathan
On 7/23/07, Kelvin Park <[EMAIL PROTECTED]> wrote:
I'm trying to convert joined multiple database table to one xml file. Is
it more efficient to initially, join multiple (more that 4 tables)
together to p
Shoot, kind of an important error I made in the code I gave you
earlier -- the closing quote for $xml_document should be a single-quote,
not a double-quote as I wrote.
Sorry,
Erik
On Monday, April 1, 2002, at 04:26 PM, Erik Price wrote:
> Still, you want some advice? First, your SQL code
On Monday, April 1, 2002, at 02:33 PM, Jay Fitzgerald wrote:
> Can this be done and am I going about it the right way?
Are you familiar with something called "partial decomposition"? I'm not
sure where it came from, but Google suggests that it may have been
conceived by Daniel Appelquist, t
On Mon, 1 Apr 2002, Jay Fitzgerald wrote:
> I have created a database called friends with four columns:
> Name / Address / City / State
>
> I also made an XML file to coincide with those variables:
>
>
>
> Friend 1
>
On Monday, April 1, 2002, at 02:33 PM, Jay Fitzgerald wrote:
> Can this be done and am I going about it the right way?
First, it's a bad idea to cross-post between mailing lists, even if they
seem like related topics. Second, what is it you're trying to do? Or
what does your application do
6 matches
Mail list logo