MySQL Database Help

NuNuNYC

Senior member
Jan 6, 2004
429
0
0
I was wondering how one pulls certain data from a table to display on a template (Microsoft Word document), such as a letter/memo. For example:

=======================

Dear xxxxxx,

We have your stuff.

From,

NuNuNYC

=======================

Where xxxxxx is a value from a table in a MYSQL database.
 

Cheetah8799

Diamond Member
Apr 12, 2001
4,508
0
76
I think you'll need the MySQL ODBC driver installed on your system, setup the connection, and setup the apropriate sql query to get it. As for the exact details, I've never done it, so I don't know. sorry.