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...
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
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...
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.