Sorry, I don't seem to be explaining myself clearly. I am using AccessXP, which uses the Application.importXML method which can import xml into my ordinary table.
The .asp file on the server should be called by AccessXP on the clients local machine. The .asp file produces some xml by way of response.write so the xml is passed directly to the AccessXP Application.importXML method so it can import the data into the relevent table. ----- Original Message ----- From: "Marios Alexandrou" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 1:15 PM Subject: RE: XML and Access 97 - WAY OT > Aaron, > > Access 97 can't natively provide data in XML format. However, if you use ADO > to access the data in the Access database then you can use ADO's ability to > create XML recordsets. > > Marios Alexandrou > Web and Desktop Software Developer > http://www.mariosalexandrou.com > > > > > > -----Original Message----- > > From: Kangaroo's Dream [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 16, 2002 7:18 AM > > To: ActiveServerPages > > Subject: XML and Access 97 - WAY OT > > > > > > Is Access97 capable of providing recordsets in XML format? > > > > Aaron Yarden > > http://www.kangaroosdream.net > > > > **The dog is the only thing that love you more than it loves > > itself!! > > > > **Everyone has a photographic memory. > > Some just don't develop the film. > > > > > > --- > > You are currently subscribed to activeserverpages as: > > [EMAIL PROTECTED] > > To unsubscribe send a blank email to > > %%email.unsub%% > > > > > --- > You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
