Search results

  1. prajapati.puru

    invoking web service of web

    I am trying to invoke web service provided by google ( http://service.ecocoma.com/marketing/google.asmx?WSDL ) . I became able to invoke the web service and also i got the desired result . But i became unable to implement authentication in that. I am using Apache tomcat server and progress 102b...
  2. prajapati.puru

    size or end of position of longchar

    I do have a clob field on database which contain the content of txt files , now i want to show that in editor. Since the size of clob greater than 32 kb it shows Error 4043. What i am trying to do is to divide the content into multiple which is less than 32 kb and assign that into character...
  3. prajapati.puru

    various font color in text content of editor

    Is there any possibility that , inside a single editor with block of text, coloring some text with one color and other text with other color.thank you in advance.
  4. prajapati.puru

    how to calculate the size of each table of a database?

    If its possible to calculate the size of each table in database, would someone give me that code. Advance thank you
  5. prajapati.puru

    creating table dynamically

    i am trying to create a new record or update table by taking table name from user. But i couldn't able to do that, how can i create a new record or update table dynamically?
Top