Re: Applying an XML request to a database

2009-01-20 Thread Krishna Chandra Prajapati
- > *From:* Krishna Chandra Prajapati > *To:* cr.vege...@gmail.com > *Cc:* J Trahair ; MySQL > General > *Sent:* Tuesday, January 20, 2009 3:48 PM > *Subject:* Re: Applying an XML request to a database > > Yes > > On Tue, Jan 20, 2009 at 7:40 PM, wrote: > >&g

Re: Applying an XML request to a database

2009-01-20 Thread Krishna Chandra Prajapati
andra Prajapati" < > prajapat...@gmail.com> > To: "J Trahair" > Cc: "MySQL General" > Sent: Tuesday, January 20, 2009 10:28 AM > Subject: Re: Applying an XML request to a database > > > > Hi, >> >> You can use -X for xml and -H

Re: Applying an XML request to a database

2009-01-20 Thread Krishna Chandra Prajapati
Hi, You can use -X for xml and -H from html. See the example below. debian76:~# mysql -h 192.168.1.10 -u teen -D teen -pteen -X Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Welcome to the MySQL monitor. Command

Applying an XML request to a database

2009-01-20 Thread J Trahair
Hi Everyone I am interested in how to get an XML request to query a database. I'm working on generating the XML requests OK, I just need to know how XML meets database. Are there any generalised pointers to begin with? Thanks in advance Jonathan Trahair