RE: Export in XML

2003-12-08 Thread Wouter van Vliet
On maandag 8 december 2003 14:08 Jay Blanchard told the butterflies: > [snip] > > Well Todd, it is a little more complex than this. How much do you > > know about XML? > > In fact, exporting is quite simple. Just give > > > mysqldump --xml --password=[password] \ > [-u usernam

RE: Export in XML

2003-12-08 Thread Jay Blanchard
[snip] > Well Todd, it is a little more complex than this. How much do > you know about XML? In fact, exporting is quite simple. Just give > mysqldump --xml --password=[password] \ [-u username] \ databasename \ [tables] A try. Of course, s

RE: Export in XML

2003-12-02 Thread Wouter van Vliet
On maandag 1 december 2003 15:40 Jay Blanchard told the butterflies: > [snip] > Is there a way to export/import MySQL tables in XML format? [/snip] > > Well Todd, it is a little more complex than this. How much do > you know about XML? In fact, exporting is quite simple. Just give > mysq

Re: Export in XML

2003-12-01 Thread Chris Boget
> Or from my place, "It pays for me to read the docs - thoroughly". Oh! > Docs! What are they? :-[ Or just "mysqldump --help" :p Chris -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Export in XML

2003-12-01 Thread Todd Cary
h, Dan Greene -Original Message- From: John Griffin [mailto:[EMAIL PROTECTED]] Sent: Monday, December 01, 2003 10:49 AM To: Dan Greene; Todd Cary; Jay Blanchard Cc: [EMAIL PROTECTED] Subject: RE: Export in XML Look at http://www.mysql.com/doc/en/mysql.html. The -X option may gi

RE: Export in XML

2003-12-01 Thread Jay Blanchard
[snip] The most guarenteed way to have a feature in a product pointed out is to make a public statement that it's not available :) > Look at http://www.mysql.com/doc/en/mysql.html. The -X option > may give you what you need. [/snip] As always, more than one way to skin a cat. -- MySQL General

Re: Export in XML

2003-12-01 Thread Todd Cary
Blanchard Cc: [EMAIL PROTECTED] Subject: RE: Export in XML I think that to answer Todd's question, no there is no inherent way in MySQL to export results as XML the way that sqlserver and oracle do. Another solution that comes to mind (if you're using java) is to write a simple class tha

RE: Export in XML

2003-12-01 Thread Dan Greene
t; To: Dan Greene; Todd Cary; Jay Blanchard > Cc: [EMAIL PROTECTED] > Subject: RE: Export in XML > > > Look at http://www.mysql.com/doc/en/mysql.html. The -X option > may give you what you need. > > > -Original Message- > From: Dan Greene [mailto:[EMAIL PROTE

RE: Export in XML

2003-12-01 Thread John Griffin
Look at http://www.mysql.com/doc/en/mysql.html. The -X option may give you what you need. -Original Message- From: Dan Greene [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2003 9:57 AM To: Todd Cary; Jay Blanchard Cc: [EMAIL PROTECTED] Subject: RE: Export in XML I think that to

RE: Export in XML

2003-12-01 Thread Dan Greene
: Jay Blanchard > Cc: [EMAIL PROTECTED] > Subject: Re: Export in XML > > > Jay - > > I am not an expert with XML, however I use it with Delphi and > Delphi's > TClientDataset. In this usage, I use the builtin SaveTo and > LoadFrom > methods. > >

RE: Export in XML

2003-12-01 Thread jeffrey_n_Dyke
first part of your questionphpMyAdmin can export in XMLthe less complex peice, in my mind... www.phpmyadmin.net [snip] Is there a way to export/import MySQL tables in XML format? [/snip] Well Todd, it is a little more complex than this. How much do you know about XML? -- MySQL

RE: Export in XML

2003-12-01 Thread Jay Blanchard
[snip] I am not an expert with XML, however I use it with Delphi and Delphi's TClientDataset. In this usage, I use the builtin SaveTo and LoadFrom methods. >[snip] >Is there a way to export/import MySQL tables in XML format? >[/snip] > >Well Todd, it is a little more complex than this. How muc

Re: Export in XML

2003-12-01 Thread Fagyal, Csongor
Todd Cary wrote: Is there a way to export/import MySQL tables in XML format? Yep. It's called "perl" :-)) Sorry 'bout that... ;-) - Csongor -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: Export in XML

2003-12-01 Thread Todd Cary
Jay - I am not an expert with XML, however I use it with Delphi and Delphi's TClientDataset. In this usage, I use the builtin SaveTo and LoadFrom methods. Todd Jay Blanchard wrote: [snip] Is there a way to export/import MySQL tables in XML format? [/snip] Well Todd, it is a little more comp

RE: Export in XML

2003-12-01 Thread Jay Blanchard
[snip] Is there a way to export/import MySQL tables in XML format? [/snip] Well Todd, it is a little more complex than this. How much do you know about XML? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Export in XML

2003-12-01 Thread Todd Cary
Is there a way to export/import MySQL tables in XML format? Todd -- -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]