Viewing 5 posts - 1 through 5 (of 5 total)
The connection manager in this example is created manually using the wizard. It is only referenced in the code not created.
October 7, 2009 at 8:13 am
I use Hex Editor Neo, I only use it rarley for instances such as this where I want to "see" hidden characters. Not sure if it is any good or...
March 13, 2009 at 8:37 am
If you open up your csv in a hex editor, you'll be able to see what the characters are, then you perhaps have a couple of options.
1)Change your column to...
March 13, 2009 at 8:11 am
karthikeyan (3/12/2009)
How to implement these two functions in ORACLE?
Hello Karthik,
In Oracle I think you can use
instr(YourColumntoSearch, YourSearchPattern)
to replicate the functionality of both PatIndex and charIndex
Garry
March 13, 2009 at 7:44 am
Sorry for the late response, hope I am not too late to help,
If you read your XML file into a string variable called MessageQXML then run this as a script...
August 19, 2008 at 11:48 am
Viewing 5 posts - 1 through 5 (of 5 total)