[xsl] connection to Access

Subject: [xsl] connection to Access
From: Iris Benjamin <Benjamin.Iris@xxxxxxxxxxxxxxx>
Date: Mon, 8 Dec 2003 16:16:53 +0100
Hello

I ve got A_3_1.xml and A.xslt
My A.xslt file gets the datas of A_3_1.xml and create a table in a html
format.
It also make some operations using the datas from A.xml(for example A.xml
has c=5 d=7)

In my xslt file, I would like to connect to an Access database and create a
record containing some of the values that I get from the XML file, and some
of the results I calculated in the XSLT file (e=c+d for example) :

I want to : 
- connect to an Access database  (Is it possible, how?)
- send an SQL request like INSERT INTO MYTABLE VALUES (A_3_1.xml, $c, $d, $e
)


thanks, ... it seems strange on such a simple example, but my problem is
much bigger, and I need to store the datas in a database.


thanks a lot

Benjamin

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread