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 biv343 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: graziaR
  • Content: Threads
  • Order by date
  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

    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...
  3. 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
  4. graziaR

    <textarea> 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...
  5. 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...
  6. 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...
  7. 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