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

Database

 
QuestionCan anyone help me Rectify this SQL Query................ Pin
Reality Strikes8-Dec-08 8:23
Reality Strikes8-Dec-08 8:23 
QuestionSql Server to Oracle Pin
Civic068-Dec-08 4:36
Civic068-Dec-08 4:36 
AnswerRe: Sql Server to Oracle Pin
Wendelius8-Dec-08 4:46
mentorWendelius8-Dec-08 4:46 
GeneralRe: Sql Server to Oracle Pin
Civic068-Dec-08 4:52
Civic068-Dec-08 4:52 
GeneralRe: Sql Server to Oracle Pin
Wendelius8-Dec-08 4:56
mentorWendelius8-Dec-08 4:56 
GeneralRe: Sql Server to Oracle Pin
Civic068-Dec-08 5:02
Civic068-Dec-08 5:02 
GeneralRe: Sql Server to Oracle Pin
Wendelius8-Dec-08 5:21
mentorWendelius8-Dec-08 5:21 
QuestionEuro symbol & CDO via T-SQL Pin
RichardGrimmer8-Dec-08 3:57
RichardGrimmer8-Dec-08 3:57 
Apologies if this isn't the correct forum.

OK, the situation is that our web app has a feature to send autometed emails. The emails may potentially contain the Euro symbol ('€'). The DB server holds the currency symbol, and it can be SELECTed correctly. However, when the symbol is used in an auto-email, it's replaced with a '?'

The sending is performed using CDO, encaspulated into an SP. The sp itself sets up the various requisites through sp_OASetProperty, and references the CDO schema...eg:

EXEC @hr = sp_OASetProperty @iMsg, 'Configuration.fields("http://schemas.microsoft.com/cdo/configuration/sendusing").Value','2'

I'm able to correctly send a mail with a Euro symbol in it though Outlook, using the same exchange server.

Anyone have any idea what may be causing this / seen it before? Most of the links I've found seem to hint at setting Message.BodyPart.Codepage / CharSet, but I'm unable to find out how to do the same thing in T-SQL....

C# has already designed away most of the tedium of C++.

AnswerRe: Euro symbol & CDO via T-SQL Pin
Ben Fair8-Dec-08 4:08
Ben Fair8-Dec-08 4:08 
GeneralRe: Euro symbol & CDO via T-SQL Pin
RichardGrimmer8-Dec-08 4:32
RichardGrimmer8-Dec-08 4:32 
AnswerRe: Euro symbol & CDO via T-SQL Pin
Wendelius8-Dec-08 5:42
mentorWendelius8-Dec-08 5:42 
GeneralRe: Euro symbol & CDO via T-SQL Pin
RichardGrimmer8-Dec-08 5:44
RichardGrimmer8-Dec-08 5:44 
GeneralRe: Euro symbol & CDO via T-SQL [modified] Pin
Wendelius8-Dec-08 5:55
mentorWendelius8-Dec-08 5:55 
GeneralRe: Euro symbol & CDO via T-SQL Pin
RichardGrimmer8-Dec-08 23:28
RichardGrimmer8-Dec-08 23:28 
GeneralRe: Euro symbol & CDO via T-SQL Pin
Wendelius9-Dec-08 5:24
mentorWendelius9-Dec-08 5:24 
QuestionSelect column name where... Pin
Muammar©6-Dec-08 20:53
Muammar©6-Dec-08 20:53 
AnswerRe: Select column name where... Pin
Wendelius6-Dec-08 22:38
mentorWendelius6-Dec-08 22:38 
AnswerRe: Select column name where... Pin
Mohammad Dayyan8-Dec-08 13:52
Mohammad Dayyan8-Dec-08 13:52 
GeneralRe: Select column name where... Pin
Muammar©12-Dec-08 19:24
Muammar©12-Dec-08 19:24 
GeneralRe: Select column name where... Pin
Mohammad Dayyan12-Dec-08 20:39
Mohammad Dayyan12-Dec-08 20:39 
GeneralRe: Select column name where... Pin
Muammar©12-Dec-08 21:39
Muammar©12-Dec-08 21:39 
GeneralRe: Select column name where... Pin
Mohammad Dayyan13-Dec-08 4:41
Mohammad Dayyan13-Dec-08 4:41 
GeneralRe: Select column name where... Pin
Muammar©13-Dec-08 18:27
Muammar©13-Dec-08 18:27 
GeneralRe: Select column name where... Pin
Muammar©13-Dec-08 19:26
Muammar©13-Dec-08 19:26 
GeneralRe: Select column name where... Pin
Mohammad Dayyan13-Dec-08 20:10
Mohammad Dayyan13-Dec-08 20:10 

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.