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 IamaSherpa 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: *

  1. graziaR

    how to insert a blob in the database

    HI, I have created a table similar to this one: create table graphics( graphics_id number primary key, image blob ); how do I insert the .jpg file that is on my desktop ? Thank you ! G.
  2. graziaR

    update by row count within a table sort

    I found an easy solution. One has to make sure that the <form> is defined within the <tr>s This way: <tr> <form ....> ..... <td> ..... </td> <td> .... </td> </form> </tr>
  3. graziaR

    update by row count within a table sort

    May I ask you to give me an example or to help me find one somewhere online ? G.
  4. graziaR

    update by row count within a table sort

    Hi, I have an HTML table and within its body, I create display though a while loop the results of a search. Then for each row of the displayed results, a javascript submit changes to a java servlet when I click on that particular row. Now, everything goes well as long as I do not sort by...
  5. graziaR

    permissions on a per-branch basis

    Hi, I would like to know whether it is possible to give permissions to a group of users on a per-branch basis ? If no, why ? If yes, how to do it ? Any specific reference I can look at ? Thank you
  6. graziaR

    &lt;textarea&gt; displays my test in the middle !

    Actually the textarea tag is closed in my code, I mistyped. G.
  7. graziaR

    &lt;textarea&gt; displays my test in the middle !

    Hi all, I cannot get to print the text contained in the <textarea></textarea> where it should be, i.e. starting in the upper left corner of the actual text area. I have tried to remove spaces, tabs, etc. everywhere in my code, but the text gets displayed with a maddening set of tabs before...
  8. graziaR

    how to turn rows into columns

    I do not have a maximum, though. Let's say it is at most 10. I can always change that maximum, I assume. Or at worst, I can always parse the results of the function you sent me in get_tests. BTW, you gave me a great solution to this problem. Grazia
  9. graziaR

    how to turn rows into columns

    Thank you very much, Musafa. I am new to Oracle and your suggestion has opened a whole new realm of possibilities. Question: how could I modify the function you sent me so that there is one distinct column for each of the concatenated parts ? The function as it is returns two columns...
  10. graziaR

    how to combine multiple records for the same item into one line

    Thank you, I posted my question on the forum you suggest.
  11. graziaR

    how to turn rows into columns

    Hi, I have a table, call it TEST, in which a records of a person's test dates and scores are kept. For instance, a person might have taken twice a toefl test and one a math test. The table would look like this: personId test score date 1111 toefl 234 02/04/2005 1111...
  12. graziaR

    how to combine multiple records for the same item into one line

    Sorry for the confusion. Oracle 9i
  13. graziaR

    empty spaces or tabs in my database

    Hi, I noticed that some text in my database is surrounded by multiple | in bold characters, for instance |||test||| What do these || stand for ? Tabs ? I cannot remove them when I process the text in my code, and it is making me go crazy. I cannot find the place where they are being inserted...
  14. graziaR

    how to combine multiple records for the same item into one line

    Hi, I have a table, call it TEST, in which a records of a person's test dates and scores are kept. For instance, a person might have taken twice a toefl test and one a math test. The table would look like this: personId test score date 1111 toefl 234 02/04/2005 1111...

Part and Inventory Search

Back
Top