Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_java_server thread: Re: How to access database from XML


Message #1 by mark@m... on Sat, 9 Sep 2000 16:56:01 -0500
You can't access a database from XML. XML is simply a text file 
just like a comma-delimited file.

You must use a programming language like java, Perl or Visual 
Basic to connect to a database. You can use XML to export the 
data out, in particular if you need to save the data for later use, or 
to exchange it with another application.

Mark

On 21 Aug 00, at 8:06, murigesh channur wrote:

> Hi,
> 
> How to access database values from xml and how to
> connect to database.
> 
> Please let me know Sir.
> Asap


Mark Wilcox
mark@m...
Got LDAP?

  Return to Index