Advertisement

1 - 10 of 27 containing alltags:("sp_OAMethod") (0 seconds)
Hi Experts, ASP receives an HTTP post with an XML string in it. ASP sends this string to a SP in SQL Server. Now how do I instantia an XMLdocument COM object in SQL server and traverse the XM...
Zones: MS SQL ServerDate Answered: 04/14/2004 Grade: A Views: 0
The following T-SQL code works when the VB6 ActiveX DLL is running in Debug mode within the VB6 IDE, but not when running from the compiled DLL. I have tried various things most recently changing t...
Zones: MS SQL ServerDate Answered: 07/18/2004 Grade: A Views: 4
I have a problem running sp_OAMethod. My code looks like this.. DECLARE @retVal INT DECLARE @comHandle INT DECLARE @errorSource VARCHAR(8000) DECLARE @errorDescription VARCHAR(8000) DECLARE ...
Zones: MS SQL ServerDate Answered: 07/19/2004 Grade: A Views: 18
When we run    sp_helptext 'stored_procedure_name' we can see the script for stored_procedure_name. sp_OAMethod is saved in odsole70.dll. I couldn't see the script detail for sp_OAMethod by ...
Zones: MS SQL ServerDate Answered: 10/20/2006 Grade: B Views: 4
I have a sql server stored procedure (code below) that basically opens a excel document that is linked to a data source, and then saves it as a new file. However I need the new file to just include...
Zones: MS SQL ServerDate Answered: 11/20/2006 Grade: A Views: 0
I have a stored procedure that sends an email using an SMTP Mailer COM Component, ASPmail.  It works fine but I want to know if there is a way to retreive the return code if the RecipientAddress is...
Zones: MS SQL ServerDate Answered: 09/03/2003 Grade: B Views: 9
I can send email using CDO mail but i can't seem to add an attachment.  can any body find any problems with this code?  i'm using SQL Server 2000 (running on Win2k Server) with SMTP service for rel...
Zones: MS SQL ServerDate Answered: 06/12/2003 Grade: A Views: 36
I have a stored procedure that calls a dll on the system.  It works fine most of the time but every 8 or 9 executes it fails with the message - "Error The parameter is incorrect."   Does anyone ...
Zones: MS SQL ServerDate Answered: 09/07/2003 Grade: B Views: 0
I have the following stored proc (see below) which works very well to save a big chunk of text to a text file.  How can this be modified to accept one line at a time and append the text to my text ...
Zones: MS SQL ServerDate Answered: 09/15/2004 Grade: A Views: 164