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

mysql and xml

2002-07-30 Thread Inbal Ovadia
Hi All Is MySQL works with XML? Thanks - 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]>

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

MySQL and XML?

2001-03-21 Thread Bryan Coon
Can anyone offer some insight into the following topic? I would like to provide web access to search a large database of information. Currently, I am using MySQL to do this, and it works great. However, this database is almost entirely static, there are virtually no inserts or updates done.

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
t; Sent: Thursday, March 22, 2001 6:23 Subject: MySQL and XML? > > Can anyone offer some insight into the following topic? > > I would like to provide web access to search a large database of > information. Currently, I am using MySQL to do this, and it works great. > However, this

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
innefecient key usage. - Original Message - From: "Bryan Coon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 2:23 PM Subject: MySQL and XML? > > Can anyone offer some insight into the following topic? > > I would like to