Click here to Skip to main content
16,005,121 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
if you know that the data in the columns doesn't exceed a length of 8000 you could try something like - update Table1 set test1=replace(convert(varchar(8000),test1),'x','a'),
test2=replace(convert(varchar(80000),test2),'x','a')

Otherwise you might have to go the code route.
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 
GeneralRe: Problems with Strings in Stack Pin
[Marc]24-Oct-05 5:35
[Marc]24-Oct-05 5:35 
GeneralRe: Problems with Strings in Stack Pin
Steve Pullan23-Oct-05 17:19
Steve Pullan23-Oct-05 17:19 
Questionopensource database Pin
Guerven23-Oct-05 15:59
Guerven23-Oct-05 15:59 

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.