From mysql to word

  • Thread starter Claudia Azorín
  • Start date
C

Claudia Azorín

Hi, how could i export data from mysql data base into a word's template?

Thanks in advantage.

Claudia
 
P

Pete Bennett

The easiest way would be to export the data from your mysql into a
comma-delimited file and then let Word import that.

Doing a Google for "mysql export" raised quite a few results, so there
should be something in there to help you out. Although, realisically
speaking, you might actually want to use mysql to produce a report for you
containing the data you need.
 
Top