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 Wanet Telecoms Ltd 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: FumacII
  • Content: Threads
  • Order by date
  1. FumacII

    Select column name

    Hi, Does anyone know if there is any possibility to select an column name with an cell that contains a specific value? I am using Oracle 8.0. Something like: Select columnname from thisDatabaseName where value = 0 and id = 1 I need to know which columns that contains the value 0 (False)...
  2. FumacII

    need to sort out values from an array

    Hi there, My problem is this. I have an array with id´s. These are not unic so same value can appear more than once. BUT I only want unic values. Is there a fuction to sort out unic values from an array? Thank you for any reply :) /Fumac
  3. FumacII

    form action

    Hi, I have a form with diffrent inputs. A perl script prints out a list with checkboxes, so I never know how many checkboxes there are. Now I want to put all values from the checked boxes in a string when the form is submitted. Is there any possibility to use a javascript function as action...
  4. FumacII

    Limiting max size of text in a cell

    Hello there, Does anyone know if there´s any way to limit a column input to 36kb in Oracle 8.0? I have an text field input which I want to limit to that size. No more than 36kb in each cell. Thank you for any respons :) /Fumac
  5. FumacII

    update to database

    Hi everyone, Does anyone know how to update several cells in a Oracle 8.0 database at the same time? I have alot of cells that needs to be updated but it will take me alot of time, doing them one by one. I know how to do it in mySql but Oracle gets over my head. Thanx alot for any response...

Part and Inventory Search

Back
Top