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
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?
--
PHP General Mailing List (http://www.php.ne
Hello,
"Snijders, Mark" <[EMAIL PROTECTED]> wrote:
> hello,
>
> For connection data between my site, and another site, I need to export my
> MySql data to a XML file.
>
> Does anybody know any excisting scripts for this? so I don't have to make
it
> all myself?
Have you checked the latest versio
hello,
For connection data between my site, and another site, I need to export my
MySql data to a XML file.
Does anybody know any excisting scripts for this? so I don't have to make it
all myself?
Thanks,
Mark Snijders
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
D]
Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap
Gee, why didn't you copy all of the lists on your wonderful reply to my
message? I'm not trying to "cock up life", whatever that is. I'm just
trying to stop people like you from wasting everyone's time. Do
unning.
>
> v/r
>
> John Holmes
>
> > -Original Message-
> > From: Jacky Kenna [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, May 01, 2002 5:17 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap
> >
Ouchsucks to be that guy/company
-Original Message-
From: John Holmes [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 01, 2002 11:45 AM
To: [EMAIL PROTECTED]
Cc: 'PHP General'; [EMAIL PROTECTED]
Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap
Gee, why
John Holmes
> -Original Message-
> From: Jacky Kenna [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 01, 2002 5:17 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [PHP] convert access to JAVA PHP mysql Xml Soap
>
> Wonderful that you have the time to reply. Must be sitti
p-
> [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Subject: [PHP] convert access to JAVA PHP mysql Xml Soap
>
>
> Hi We are a publishing company based in London. We have developed a
> multi-user
> MS Access contact management and bookkeeping database system which we
Hi We are a publishing company based in London. We have developed a
multi-user
MS Access contact management and bookkeeping database system which we want
to adapt / re-write such that it can be used over the web ( ASP) using
Internet
Explorer (or similar) from any location, as our clients would
; From: Erik Price [mailto:[EMAIL PROTECTED]]
> Sent: Monday, April 01, 2002 4:12 PM
> To: Jay Fitzgerald
> Cc: [EMAIL PROTECTED]
> Subject: Re: [PHP] RE: PHP/MySQL/XML
>
>
>
> On Monday, April 1, 2002, at 05:09 PM, Jay Fitzgerald wrote:
>
> > OkThanks to
On Monday, April 1, 2002, at 05:09 PM, Jay Fitzgerald wrote:
> OkThanks to all those who are helping me (sorry for
> cross-posting)...
That's okay. This script looks a lot better -- because you can actually
-do- something with the output! :)
> My scripts are working great except for o
OkThanks to all those who are helping me (sorry for cross-posting)...
My scripts are working great except for one thingwhen it queries the db
there are some fields that have a NULL value, thus when it writes the XML
file it does this:
What I would like to do is either place an in th
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
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
999 Foo Avenue
Foo Town
19 matches
Mail list logo