Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Vinni
  • Content: Threads
  • Order by date
  1. Vinni

    ORA-22275: invalid LOB locator specified

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

    Using 'glob' to get a listing of files

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

    How can I open a local file in a window from a http: loaded page?

    Hi there, I am trying to preview an image or local file before uploading ? thanks in advance for your help
  4. Vinni

    How to handle UTF-8 characters in Javascript arrays

    Hi there, can someone share the ideas on how to handle UTF-8 characters in Javascript. thanks
  5. Vinni

    Using Style Sheets to control Fonts and Encoding of the target browser

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

    pass a list to where clause in Select

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

Part and Inventory Search

Back
Top