View Single Post
  #3   Report Post  
Posted to microsoft.public.word.mailmerge.fields
csouchik csouchik is offline
external usenet poster
 
Posts: 2
Default Word Mailmerge from C# using datatable

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

"Doug Robbins - Word MVP" wrote:

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

"csouchik" wrote in message
...
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.