Click here to Skip to main content
15,886,608 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: is that time to enable GZIP Compression? Pin
TheSniper10518-Nov-13 5:23
professionalTheSniper10518-Nov-13 5:23 
QuestionRe: is that time to enable GZIP Compression? Pin
thatraja18-Nov-13 6:36
professionalthatraja18-Nov-13 6:36 
AnswerRe: is that time to enable GZIP Compression? Pin
TheSniper10519-Nov-13 0:16
professionalTheSniper10519-Nov-13 0:16 
Questionhow to connect the database of access on dreamweaver text box . Pin
Member 1040299717-Nov-13 19:27
Member 1040299717-Nov-13 19:27 
QuestionGuid in URL using htaccess Pin
Jassim Rahma15-Nov-13 23:36
Jassim Rahma15-Nov-13 23:36 
Questionbest database API for PHP Pin
Jassim Rahma15-Nov-13 6:18
Jassim Rahma15-Nov-13 6:18 
AnswerRe: best database API for PHP Pin
tgsb11-Dec-13 22:17
tgsb11-Dec-13 22:17 
QuestionSQL Server query with diacritics works in Studio but not in ADO query Pin
Member 223470915-Nov-13 0:47
Member 223470915-Nov-13 0:47 
I have a query which contains diacritics. The table being queried has fields set to NVarChar. The query is built up in a VBScript page, and is (somewhat simplified):
select l.id,l.comp,l.address3,l.address4 from log l where l.ID>0 and (address3 like N'Münster%' or address4 like N'Münster%')

The query works fine in SQL Server studio, but returns no rows when exactly the same query is sent through an ADO connection:

set rstemp=conn.execute(mySQL)

As far as I can work out, the problem is that the ü seems to be changed to something else - though not a u, because then it would return a record on the database that I'm using (if I change ü to u in the ADO search then I get that record returned).

If I put collate SQL_Latin1_General_CP1_CI_AI in the query:

select l.id,l.comp,l.address3,l.address4 from log l where l.ID>0 and (address3 collate SQL_Latin1_General_CP1_CI_AI like N'Münster%' or address4 collate SQL_Latin1_General_CP1_CI_AI like N'Münster%') and status <> N'DL' order by l.comp

then I get nothing returned, but if I use that query but with Münster changed to Munster then I get the records that I would expect.

Again, if I use these queries in SQL Server Studio then they do exactly what I would expect them to use.

How do I get the diacritics sent through the ADO query correctly, please?
AnswerRe: SQL Server query with diacritics works in Studio but not in ADO query Pin
RedDk15-Nov-13 11:11
RedDk15-Nov-13 11:11 
GeneralRe: SQL Server query with diacritics works in Studio but not in ADO query Pin
Member 1014201417-Nov-13 23:03
Member 1014201417-Nov-13 23:03 
QuestionHow to [Add More..] Pin
Jassim Rahma14-Nov-13 6:42
Jassim Rahma14-Nov-13 6:42 
Questionprograming the whole site using html 5 or html4?? Pin
TheSniper10514-Nov-13 1:05
professionalTheSniper10514-Nov-13 1:05 
QuestionRe: programing the whole site using html 5 or html4?? Pin
Richard MacCutchan14-Nov-13 2:42
mveRichard MacCutchan14-Nov-13 2:42 
AnswerRe: programing the whole site using html 5 or html4?? Pin
TheSniper10514-Nov-13 2:49
professionalTheSniper10514-Nov-13 2:49 
GeneralRe: programing the whole site using html 5 or html4?? Pin
Richard MacCutchan14-Nov-13 2:55
mveRichard MacCutchan14-Nov-13 2:55 
AnswerRe: programing the whole site using html 5 or html4?? Pin
Richard Deeming14-Nov-13 4:32
mveRichard Deeming14-Nov-13 4:32 
QuestionProject deployment to QA server Pin
vkEE13-Nov-13 4:25
vkEE13-Nov-13 4:25 
AnswerRe: Project deployment to QA server Pin
Richard Deeming13-Nov-13 4:54
mveRichard Deeming13-Nov-13 4:54 
QuestionI want do some DataMapping, is there any Best Practice? Pin
aptx159611-Nov-13 23:34
aptx159611-Nov-13 23:34 
AnswerRe: I want do some DataMapping, is there any Best Practice? Pin
aptx159611-Nov-13 23:51
aptx159611-Nov-13 23:51 
Questionwhy I am not getting the value on remote Pin
Jassim Rahma11-Nov-13 11:09
Jassim Rahma11-Nov-13 11:09 
Questionbanner management for ad rotation Pin
Jassim Rahma9-Nov-13 23:04
Jassim Rahma9-Nov-13 23:04 
QuestionHeading text alignment problem Pin
Mark F.9-Nov-13 4:42
Mark F.9-Nov-13 4:42 
AnswerRe: Heading text alignment problem Pin
Richard Andrew x649-Nov-13 9:08
professionalRichard Andrew x649-Nov-13 9:08 
SuggestionRe: Heading text alignment problem Pin
Peter Leow10-Nov-13 4:22
professionalPeter Leow10-Nov-13 4:22 

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.