This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: persistance with xsl


Karlo,
rs.Save saves by default in binary format (ADTG) so it seems you haven't
defined adPersistXML = 1 somewhere in your code.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of
>pcaspian@iafrica.com
>Sent: 24 May 2001 17:04
>To: xsl-list@lists.mulberrytech.com
>Subject: [xsl] persistance with xsl
>
>
>Hi, I am creating a xml file in asp, making use of ole. I had some daft
>errors with the connection string, therefor I am asking this question as I
>fear it could have something to do with it.
>
>I created an xml file, with rsTitles.Save szfile, adPersistXML.
>
>where szfile = server.mappath("testfile.xml")
>and rsTitles is a ADODB.Recordset
>
>Once I have created this file, I can go and recall the information with
>rsTitles.Open szfile,,,,adCmdFile, however I am not able to view this file
>as you would normally edit an
>xml file and when opened through notepad, its not usual xml format ,but
>like "TG!     ?#  _X "
>ect ect.
>
>I can see how its suppose to be of this format, but why bother then. What
>is the purpose of doing this really, with the exception that it can be read
>back in via another VBScript program into a recordset. What if I want to
>output some of these files to a directory, where someone could then check
>up on the info, by just opening the xml file in a browser ?
>
>thanks
>
>Karlo
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]