Sending a query as txt file

  • Thread starter Thread starter Nigel
  • Start date Start date
N

Nigel

I am trying to send a query as a text file but receive an
error message that states "The formats that enable you to
output data as a Microsoft Excel, rich text format, msdos
text, or html files are missing from the windows
registry". Any clues

I also thought I would save the results as a file and then
open outlook and attach the file to the email

Is there a command to open outlook and attach a file to it
(specified in code and then send it.

Thanks

Nigel
 
Try re-registering the dll files like this:
Start Run
regsvr32 msexcl35.dll
regsvr32 msxbse35.dll
regsvr32 mspdox35.dll
regsvr32 mstext35.dll

Use 40 instead of 35 for A2K and 2002.

That's MSEXCL35.dll not MSEXC1.dll.
 
Back
Top