0

Is there a way to export a database query to OPML?

OMG Ponies
  • 325,700
  • 82
  • 523
  • 502
burntsugar
  • 57,360
  • 21
  • 58
  • 81
  • Your preference is for an Access or MSSQL answer? What do you mean by "Access"? Access the database front end, or do you mean the default database engine, i.e., Jet/ACE? And why don't you must edit your question to reflect this? – David-W-Fenton Dec 19 '09 at 04:46

2 Answers2

2

This is sort of a weird question -- OPML is an XML format with very specific definitions and requirements, it's not like just any database table would contain OPML-appropriate data. So the easiest answer is: it depends on what's in your DB, and whether it's appropriate to express in OPML.

delfuego
  • 14,085
  • 4
  • 39
  • 39
0
OMG Ponies
  • 325,700
  • 82
  • 523
  • 502