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

    ya i had also set true the large attribute of editor but it didn't work
  3. prajapati.puru

    size or end of position of longchar

    and what about end position?
  4. 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...
  5. prajapati.puru

    various font color in text content of editor

    i mean editor widget, isn't there any way?
  6. 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.
  7. prajapati.puru

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

    i am preparing a report about database connected to the system(framework)
  8. prajapati.puru

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

    i did got the information about table, but i need to work with the size of table programmatically, so any help
  9. 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
  10. 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