Re: saving a select stament to a txt file
From: Val Mazur (group51a_at_hotmail.com)
Date: 07/28/04
- Next message: Marcel Gätzi: "Re: Reading Access DB: get someteimes Data - sometimes not"
- Previous message: Val Mazur: "Re: Reading Access DB: get someteimes Data - sometimes not"
- In reply to: msnews.microsoft.com: "saving a select stament to a txt file"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 28 Jul 2004 00:11:11 -0400
Hi,
You could save recordset into the file using Save method of it. Only option,
which allows to save recordset as a some sort of readable text is XML
format. In this case you code would look like
MyRecordset.Save "Path to the file", adPersistXML
-- Val Mazur Microsoft MVP "msnews.microsoft.com" <yanive@nice.com> wrote in message news:%23$VpQX$cEHA.3148@TK2MSFTNGP10.phx.gbl... > Hi, > > How do I export /save the result of a select statment to a text file? > > > > Thanks, > Yaniv > >
- Next message: Marcel Gätzi: "Re: Reading Access DB: get someteimes Data - sometimes not"
- Previous message: Val Mazur: "Re: Reading Access DB: get someteimes Data - sometimes not"
- In reply to: msnews.microsoft.com: "saving a select stament to a txt file"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|