Word Mailmerge from C# using datatable

C

csouchik

Is it possible in Office 2007 Word to perform a mailmerge operation from a C#
application using a datatable as the merge source? I have seen articles that
create a temp doc from the datatable then use the temp doc to merge. I would
like to skip creating the temp doc.
 
D

Doug Robbins - Word MVP

What exactly do you mean by a datatable?

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 
C

csouchik

Within C# code I am doing a query on a SQL Server database, the result set is
returned into a .NET DataTable object.

Thanks in advance,
Chris
 
D

Doug Robbins - Word MVP

Sorry, I don't know anything about .NET DataTables

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top