Re: mysql and xml

2002-07-31 Thread Jeremy Zawodny
On Tue, Jul 30, 2002 at 10:34:36AM +0200, Inbal Ovadia wrote: > Hi All > Is MySQL works with XML? Yes. -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo! <[EMAIL PROTECTED]> | http://jeremy.zawodny.com/ MySQL 3.23.51: up 62 days, processed 1,313,326,706 queries (242/sec. avg

Re: MySQL and XML?

2001-03-22 Thread bill
> I know Oracle has been modified to use XML files as the database, > making queries directly to a flat file No, thats not how it works. They format the *output* with XML making it easier for an application that can parse XML to import the data. --

Re: MySQL and XML?

2001-03-21 Thread Rolf Hopkins
file for it, but geez, it's very inefficient, wastes a lot of space and prone to errors. - Original Message - From: "Bryan Coon" <[EMAIL PROTECTED]> To: "'Eric Fitzgerald'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, March 22

Re: MySQL and XML?

2001-03-21 Thread Colin Faber
You need to read the mailing list archives, This has been discussed to death. Please try to follow the directions outlined when posting. See the 'http://lists.mysql.com/ (the list archive)' ? Bryan Coon wrote: > > Can anyone offer some insight into the following topic? > > I would

Re: MySQL and XML?

2001-03-21 Thread Rolf Hopkins
MySQL has no support for XML and I hope it doesn't, ever. There was a big discussion about this last month. You can read up about it in the archives found at the mysql site. - Original Message - From: "Bryan Coon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 22, 200

Re: MySQL and XML?

2001-03-21 Thread Peter Skipworth
Bryan, You've given no indication of what "this structure" is - the fact that your data is rarely read or updated will have little bearing on whether an RDBMS is suitable for your needs. It would be a very rare case, however, where a simple flat text file gave you quicker access to a search of a

Re: MySQL and XML?

2001-03-21 Thread Eric Fitzgerald
st the two biggies that were on the top of my head. - Original Message - From: "Bryan Coon" <[EMAIL PROTECTED]> To: "'Eric Fitzgerald'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 4:48 PM Subject: RE: MySQL and XML

RE: MySQL and XML?

2001-03-21 Thread Bryan Coon
more time :) Bryan -Original Message- From: Eric Fitzgerald [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 4:43 PM To: Bryan Coon; [EMAIL PROTECTED] Subject: Re: MySQL and XML? Well list, I think we have a new weekly dead horse to with which to use our sticks on :) To

Re: MySQL and XML?

2001-03-21 Thread Eric Fitzgerald
Well list, I think we have a new weekly dead horse to with which to use our sticks on :) To answer your question, no, XML is not being added currently to MySQL. Flat files have some advantages, but have to be implented well to work well, you can't just open the whole thing and scan through it loo