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

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

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