How are you working with them?

They are working form me doing the following:

In one side this is what I do.

Set rst = dbConn.Execute("SELECT STATMENT")
strFileName = "C:\\Path\file.xml"
rst.Save strFileName, 1 'adPersistXML

Then to read it back I just do this?

strFileName = "C:\\Path\file.xml"
rst.Open strFileName

That works for me

HTH

JFernando
** sql **

-----Original Message-----
From: Karl Stubsjoen [mailto:[EMAIL PROTECTED]]
Sent: December 15, 2002 00:46
To: [EMAIL PROTECTED]
Subject: ADODB XML Update Recordset


Has anyone any luck performing batch update with a persisted ADO XML
recordset?
I'm trying to save data from one MySQL server and then upload/insert to
another.  I'm trying to get these persisted XML recordsets to work, but
having no luck.

Any ideas?

Karl


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail
<[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to