Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionTiny OS, with RFID and Network OS Pin
cloudking1196623-Oct-05 22:33
cloudking1196623-Oct-05 22:33 
QuestionTAPI Pin
kachonk23-Oct-05 20:24
kachonk23-Oct-05 20:24 
QuestionVB for Excel Pin
Niros8123-Oct-05 20:16
Niros8123-Oct-05 20:16 
AnswerRe: VB for Excel Pin
kjmorford1-Nov-05 5:30
kjmorford1-Nov-05 5:30 
QuestionConvert date milady to shamsi in vb6 Pin
seYd106123-Oct-05 19:34
seYd106123-Oct-05 19:34 
AnswerRe: Convert date milady to shamsi in vb6 Pin
Christian Graus23-Oct-05 19:35
protectorChristian Graus23-Oct-05 19:35 
AnswerRe: Convert date milady to shamsi in vb6 Pin
Greeky23-Oct-05 21:49
Greeky23-Oct-05 21:49 
QuestionUnicode problem Pin
ybasha23-Oct-05 17:31
ybasha23-Oct-05 17:31 
Hi there,

i have a database which contain some junk character in some fields like for ex:"è" i need to replace this junk character into "è" the application where iam using this database is ASP page and need to have a solution where at one shot i can replace all this junk charac in my database fields there are around 7 different junk character in 5 fields and i have 500 records like this in my database
i try to solve this problem with the javascript but i need a connection so that in one click i can loop thro all the fields and replace the character but cant do it here is the code snippet :
sqlqry=""
set rstest=server.CreateObject("ADODB.Recordset")
sqlqry = "select Title, Description, Description_abtract, Dc_source, Rights_Rightsholder from Articles_production"
rstest.Open sqlqry,conn,3,3


var str= sqlqry

(str.replace(/è/gi,"è"))
(str.replace(/é/gi,"é"))
(str.replace(/’/gi,"’"))
(str.replace(/“/gi,"“"))
(str.replace(/”/gi,"”"))
(str.replace(/ç/gi,"ç"))
(str.replace(/ä/gi,"ä"))


pls any solutions



regards
cyus
AnswerRe: Unicode problem Pin
Gavin Jeffrey24-Oct-05 3:38
Gavin Jeffrey24-Oct-05 3:38 
GeneralRe: Unicode problem Pin
ybasha24-Oct-05 15:57
ybasha24-Oct-05 15:57 
GeneralRe: Unicode problem Pin
Gavin Jeffrey24-Oct-05 23:28
Gavin Jeffrey24-Oct-05 23:28 
GeneralRe: Unicode problem Pin
ybasha25-Oct-05 0:10
ybasha25-Oct-05 0:10 
QuestionUnicode problem Pin
ybasha23-Oct-05 17:27
ybasha23-Oct-05 17:27 
QuestionProblems with Strings in Stack Pin
method44623-Oct-05 16:55
method44623-Oct-05 16:55 
AnswerRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:00
protectorChristian Graus23-Oct-05 17:00 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:11
method44623-Oct-05 17:11 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:18
protectorChristian Graus23-Oct-05 17:18 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:24
method44623-Oct-05 17:24 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:28
protectorChristian Graus23-Oct-05 17:28 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:31
method44623-Oct-05 17:31 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:34
protectorChristian Graus23-Oct-05 17:34 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 17:46
method44623-Oct-05 17:46 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 17:51
protectorChristian Graus23-Oct-05 17:51 
GeneralRe: Problems with Strings in Stack Pin
method44623-Oct-05 18:08
method44623-Oct-05 18:08 
GeneralRe: Problems with Strings in Stack Pin
Christian Graus23-Oct-05 18:12
protectorChristian Graus23-Oct-05 18:12 

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.