longingfriend
SSC Veteran
Points: 222
More actions
May 20, 2003 at 9:16 am
#82184
Dim WordApp As Word.Application
Dim WordDoc As Word.Document
Set WordApp= CreateObject("Word.Application")
Set WordDoc = WordApp.Documents.Open(App.Path & "\template.doc")
Can somebody help me writing the same code in SQL server using sp_oa
ewilson10
SSCarpal Tunnel
Points: 4255
May 21, 2003 at 5:23 pm
#458067
There was a good example of how to use sp_oa recently. The code was for a spreadsheet but the author did a top rate job. Here's the link: http://www.sqlservercentral.com/scripts/contributions/763.asp
Everett Wilsonewilson10@yahoo.com
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply