Re: mySQL Data to XML Document and the reverse....HOW???

2002-02-17 Thread Chris Lott

> > MS SQL Server has this function built in...please let me know what the
best
> > method to do this using mySQL
>
> Wouldn't you agree that this is not really a task for an RDBMS server?
> Aren't these typically things that a client application should sort out
> for itself, in whichever way it likes?

Typically, yes. And for more versatility, yes. But since the machine has to
spit data out in SOME way, XML seems as good a choice as any. I, at least,
find the native XML in SQL Server to be an incredibly handy feature. Of
course, it probably has many other problems that I don't know about yet :)

c
--
Chris Lott
http://www.chrislott.org/


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: mySQL Data to XML Document and the reverse....HOW???

2002-02-17 Thread Arjen Lentz

Hi,

On Mon, 2002-02-18 at 08:40, The Majestic Moined Mogul wrote:
> I am still looking for a method of reading XML documents into mySQL database
> and also to retrieve data from the mySQL database into an XML document
> 
> I found something on how to do it with PERL but would like to stick with
> just JAVA...

I'm sure someone will be able to help you with a piece of code.


> MS SQL Server has this function built in...please let me know what the best
> method to do this using mySQL

Wouldn't you agree that this is not really a task for an RDBMS server?
Aren't these typically things that a client application should sort out
for itself, in whichever way it likes?


Regards,
Arjen.

-- 
Get MySQL Training Worldwide, http://www.mysql.com/training/
   __  ___ ___   __
  /  |/  /_ __/ __/ __ \/ /Mr. Arjen G. Lentz <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, Technical Writer, Trainer
/_/  /_/\_, /___/\___\_\___/   Brisbane, QLD Australia
   <___/   www.mysql.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: mySQL Data to XML Document and the reverse....HOW???

2002-02-17 Thread The Majestic Moined Mogul

I am still looking for a method of reading XML documents into mySQL database
and also to retrieve data from the mySQL database into an XML document

I found something on how to do it with PERL but would like to stick with
just JAVA...

MS SQL Server has this function built in...please let me know what the best
method to do this using mySQL

Thank you!


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php