On Mon, 10 Nov 2003 16:44:04 -0500, Dan Anderson wrote:
> Does anyone know of a good module to use to represent a database (or SQL
> statements) as XML?

What are you _really_ asking for here?  Do you want to use XML to store
your data, or do you want XML to store information about how to interact
with any database?

The latter doesn't make sense, though;  That would be to create a language
which multiple DB platforms comply with.  SQL already does that, more or
less (just try avoiding the DB-specific solutions).


-- 
Tore Aursand <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to