Click here to Skip to main content
15,897,891 members
Home / Discussions / Database
   

Database

 
GeneralRe: few queries in Stored procedures Pin
Stephen McGuire10-Sep-06 16:18
Stephen McGuire10-Sep-06 16:18 
AnswerRe: few queries in Stored procedures Pin
Colin Angus Mackay10-Sep-06 9:34
Colin Angus Mackay10-Sep-06 9:34 
AnswerRe: few queries in Stored procedures Pin
Uma Kameswari10-Sep-06 20:49
Uma Kameswari10-Sep-06 20:49 
AnswerRe: few queries in Stored procedures Pin
Amit Kumar G12-Sep-06 16:35
Amit Kumar G12-Sep-06 16:35 
QuestionHow can I set the output format of "FOR XML"? Pin
Red_Wizard_Shot_The_Food8-Sep-06 2:56
Red_Wizard_Shot_The_Food8-Sep-06 2:56 
AnswerRe: How can I set the output format of "FOR XML"? Pin
Tushar Kothari11-Sep-06 3:51
Tushar Kothari11-Sep-06 3:51 
QuestionHow to install the Postgre SQL using Silent Mode in Windows 2000? Pin
Arul Joseph8-Sep-06 0:52
Arul Joseph8-Sep-06 0:52 
Questionxp_smtp_sendmail/xpsmtp80.dll Pin
Arghya_mp7-Sep-06 23:55
Arghya_mp7-Sep-06 23:55 
Hi!

I am using SQL Server 2000. I wanted to send MIME type mail through SQL Mail. So I downloaded xpsmtp80.dll and copied to C:\Program Files\Microsoft SQL Server\MSSQL\Binn\DLL. Then I registered it by exec sp_addextendedproc 'xp_smtp_sendmail', 'xpsmtp80.dll'. I granted permission to public by grant execute on xp_smtp_sendmail to public.Now when I am executing this

declare @rc int
exec @rc = master.dbo.xp_smtp_sendmail
@FROM = N'MyEmail@MyDomain.com',
@TO = N'MyFriend@HisDomain.com',
@subject = N'My first HTML mail',
@message = N'

This is some HTML content

',

@type = N'text/html'
select RC = @rc
go



An error generating stating

ODBC: Msg 0, Level 16, State 1

Cannot load the DLL xpsmtp80.dll, or one of the DLLs it references. Reason: 126(The specified module could not be found.).



(1 row(s) affected)



Please anyone help me to sort out this problem.

Arghya Mahapatra

QuestionRegarding Cursor Pin
param thaker7-Sep-06 23:05
param thaker7-Sep-06 23:05 
AnswerRe: Regarding Cursor Pin
Stephen McGuire8-Sep-06 9:23
Stephen McGuire8-Sep-06 9:23 
QuestionDatabase for Java [modified] Pin
eMtek7-Sep-06 20:33
eMtek7-Sep-06 20:33 
AnswerRe: Database for Java Pin
Dominic Pettifer8-Sep-06 2:36
Dominic Pettifer8-Sep-06 2:36 
QuestionParameterized Queries in the SELECT portion? Pin
Dominic Pettifer7-Sep-06 13:51
Dominic Pettifer7-Sep-06 13:51 
AnswerRe: Parameterized Queries in the SELECT portion? Pin
Not Active7-Sep-06 18:53
mentorNot Active7-Sep-06 18:53 
GeneralRe: Parameterized Queries in the SELECT portion? Pin
Dominic Pettifer8-Sep-06 2:31
Dominic Pettifer8-Sep-06 2:31 
GeneralRe: Parameterized Queries in the SELECT portion? Pin
Colin Angus Mackay10-Sep-06 9:27
Colin Angus Mackay10-Sep-06 9:27 
Questionupdating an IMAGE column Pin
jszpila7-Sep-06 5:15
jszpila7-Sep-06 5:15 
AnswerRe: updating an IMAGE column Pin
Michael Potter7-Sep-06 5:50
Michael Potter7-Sep-06 5:50 
Questioncombining multiple rows into single column Pin
Uma Kameswari7-Sep-06 2:32
Uma Kameswari7-Sep-06 2:32 
AnswerRe: combining multiple rows into single column Pin
Michael Potter7-Sep-06 6:02
Michael Potter7-Sep-06 6:02 
AnswerRe: combining multiple rows into single column Pin
Eric Dahlvang7-Sep-06 9:26
Eric Dahlvang7-Sep-06 9:26 
Questionfunction vs stored procedure in sqlserver 2000 Pin
yazan_zahi7-Sep-06 1:42
yazan_zahi7-Sep-06 1:42 
AnswerRe: function vs stored procedure in sqlserver 2000 Pin
SeMartens7-Sep-06 1:52
SeMartens7-Sep-06 1:52 
AnswerRe: function vs stored procedure in sqlserver 2000 Pin
saqib827-Sep-06 4:29
saqib827-Sep-06 4:29 
AnswerRe: function vs stored procedure in sqlserver 2000 Pin
Sumitjh8213-Sep-06 20:02
Sumitjh8213-Sep-06 20:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.