Guys,
I am calling a stored procedure to insert a clob datatype. The procedure declaration is:
--------------
PROCEDURE SP_UPDATE_ST_TEXT(
c1 IN OUT cv_types.genCurType,
textId in pea_ST_text.text_id%TYPE,
STguideId in pea_content.STguide_id%TYPE,
contentText in clob,
contentId in...
I am trying to create a list of all the '.gif' files using:
set listFiles [glob "C:/test_Imagefiles/*.gif"]
I get following error message:
no files matched glob pattern "C:/test_Imagefiles/*.gif"
while executing
"glob "C:/test_Imagefiles/*.gif""...
Hi there,
I am using following code lines to get a list of files:
set listFiles [glob -nocomplain "C:/test_Imagefiles/*.gif"]
I can't get it working. I am on Windows2000 platform. What am I doing wrong ? Any suggestions ?
thanks
Hey Guys,
It is a web content management screen. I need to preview the images (may be thumbnail) before submitting them from my local drive on the webpages.
any help ?
thanX
Hi there,
I am havign a somewhat similar problem where I want to display multibyte characters on the site. It works fine on the Netscape 6 but I can't seem to make it work on Netscape 4.x.
I have to manually change the Font and encoding settings in the preferences (under Edit) window of the...
I want to serve multilingual content on the site. The content is displayed correctly on Netscape 6.x But it doesn't show up correctly on Netscape4.x
In Netscape 4.x , I had to change the Font settings manually to display the content correctly.
I am also using charset directive in my pages as...
Hi there,
I am making a list of group_id to be searched in a table. Can I pass this list as is to the 'where' clause rather having to iterate the list.
The list of group_id is {23 45 56}
My original SQL looks like:
SELECT t.rootid, t.msgtranslation, t.msgimagepath
from msgcat_root r...
Hi Ken,
I am facing a similar problem. I am declaring Javascript arrays in my code like:
var daysInMonth = new Array(12);
daysInMonth\[0\] = 31;
daysInMonth\[1\] = 28;
daysInMonth\[2\] = 31;
Using (\) backslash, I am able to avoid Tcl interpreter executing whatever appears between the []...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.