View Single Post
  #4   Report Post  
Posted to microsoft.public.word.mailmerge.fields
Doug Robbins - Word MVP Doug Robbins - Word MVP is offline
external usenet poster
 
Posts: 8,832
Default Word Mailmerge from C# using datatable

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

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