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!

Recent content by FumacII

  1. FumacII

    Select column name

    No not really, that wont return the column names. But I´ve solved it in another way, I remade the table. Thank you anyway! /Fumac
  2. 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)...
  3. FumacII

    need to sort out values from an array

    Thanx Vic! That´s exacly what I was looking for. /Fumac
  4. 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
  5. FumacII

    form action

    Bullseye! Thank you nitinkhanna! That solved my problem, many thanks! /Fumac :)
  6. FumacII

    form action

    Thanx, But I only want the values from the boxes that are checked. All other boxes values are not to be there. It´s a list with files and all the files that are checked will be deleted. The value of each checkbox is the id of the file (from an database). Doesn´t I have to submit the form to...
  7. 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...
  8. 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
  9. FumacII

    update to database

    Hmmm tired as I am this morning i read your message wrong, Mike. Your answer was right. It was what I needed. Sorry, and thank you! /Fumac
  10. FumacII

    update to database

    No not quite, thank you thoug! I need to change different type of information. I have a table with text information on a couple of languages. Now I want to add an other language. In mySql it would be: update tablename set (field1, field2, field3) values ('value1', 'value2', 'value3') where id =...
  11. 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