C
Christof Nordiek
i'm trying to make some MailMerge by automating word2003.
If i call MailMerge.OpenDataSource, what can i pass for the Satement
Parameter?
For Connectioninformation i'm using a *.odc file, wich connects to a
SQL-Server.
The name of the odc-file i pass as the Name parameter.
when I try
SELECT * FROM MyView
it fails.
SELECT * FROM "MyView"
succeeds.
Also passing the name of the view suceeds only with quotationmarks
What i'm trying to do is, passing a statement calling a table-valued
Function with parameters and/or a statement with a where clause containing
Filterconditions.
Does anyone know, how to do this?
Thanks
If i call MailMerge.OpenDataSource, what can i pass for the Satement
Parameter?
For Connectioninformation i'm using a *.odc file, wich connects to a
SQL-Server.
The name of the odc-file i pass as the Name parameter.
when I try
SELECT * FROM MyView
it fails.
SELECT * FROM "MyView"
succeeds.
Also passing the name of the view suceeds only with quotationmarks
What i'm trying to do is, passing a statement calling a table-valued
Function with parameters and/or a statement with a where clause containing
Filterconditions.
Does anyone know, how to do this?
Thanks