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 wOOdy-Soft 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: Delphiwhat
  • Content: Threads
  • Order by date
  1. Delphiwhat

    check if id is present and delete row? newbie question

    Guys another quick one. Being a none Oracle person I'm getting stuck on the basics..... 1 problem.... User details are inserted into a Table called 'users'. A table called 'Users_stats' holds other information about the client. When a row is inserted into the 'users' table I need to check...
  2. Delphiwhat

    Delete row and insert it into another table for logging

    hi guys Can someone help me out with some (basic i guess) I want to create an on-delete trigger on table 1 that when a row is deleted on table 1 the row data is captured on table 2 before the row is successfully deleted. any ideas Thanks in advance steve
  3. Delphiwhat

    NORSTAR & STARTALK INSTALL MANUALS

    Folks I've a 6X16 Norstar and a startalk mini rel02c . Never installed one of these nortel system before but woul dlike to try this just for the experience. Would anyone know where I could obtain installation and programming manuals for this kit? thanks steve
  4. Delphiwhat

    DELETE ROW ON INSERT TRIGGER help required

    Hi all I have a table (table X) which holds order numbers. When a row is inserted into table X I go and find data in another table Y using the order number. I need a trigger that.... If the data is found in table Y then nothing happens else If data is not found in table Y then the...
  5. Delphiwhat

    logging dbms_output to a file

    Hi all Does anyone know how I cam log the ddms_output to a file ( I need to be able to save the file for debug purposes. unfortunately the UTL_FILE package is not installed on the oracle server. Thanks!! jscter
  6. Delphiwhat

    Sending email without using UTL_SMTP package?

    Hi all Does anyone know or point me in the right direction on how to send email ( i want to send an email notification on error) without using the UTL_SMTP package, Many thanks jscter
  7. Delphiwhat

    PL/SQL retrieve from VIEW and Update Table ?? How?

    Guys I don't know if this is the correct form to ask this but i couldn't find a PL/SQL one! so maybe someone can help. What I am trying to do is retrieve data from a VIEW and update this data into another TABLE. When I have got this working manually i will need to CRON it as an automated...
  8. Delphiwhat

    Xerox Lamp Replacement Phaser 8200 lamp type??

    Guys I just cracked open my 8200 Phaser to replace the lamps but have stumbled across a problem.... I'm in Great Britain (240v ac) but the lamps that I have taken out of the machine are 120v ac 150W (4 11/16") I cannot get 150W lamps over here that are 120v or the right size. I seen lamps...
  9. Delphiwhat

    Memory Usage displaying in application how?

    Hi all Is there a quick way of displaying the memory usage of my pb application. I want to display the memory it is using in a single line edit Any ideas? thanks in advance S
  10. Delphiwhat

    PGP and html submit form - newbie

    hi all I'm wanting to do a html form with name address and credit card details and use PGP somehow to encrypt the email. Can someone explpain how i would start? thanks j
  11. Delphiwhat

    Passing a Structure to a Function?

    Hi all Can someone outline to me the prefered way of passing a pb structure to a pb function? thanks in advance :)
  12. Delphiwhat

    search line of text for a particular keyword Newbie!

    Hi all Could someone put in the right direction I want to create a function to search a line of text for a particular keyword then capture the next 5 characters into a variable. For example if the keyword was 'LS>>' and the line of text was BEG>78>>LS>>45782>JP>8797 I want to grab the...
  13. Delphiwhat

    automatically zip files depending on date?

    Hi all Hope someone can point me inthe right direction. I have a folder consisting of hundreds of files. What I want to do is automatically is zip them based on date. The program or script should run automatically. Can this be done using python scirpt? so all files from 01/01/2005 to...
  14. Delphiwhat

    automatically zip files based on date

    Hi all Hope someone can point me inthe right direction. I have a folder consisting of hundreds of files. What I want to do is automatically zip them based on date. The program or script should run automatically. Can this be done using perl ? scirpt? so all files from 01/01/2005 to...
  15. Delphiwhat

    automatically Zip files based on date? NEWbie

    Hi all Hope someone can point me inthe right direction. I have a folder consisting of hundreds of files. What I want to do is automatically zip them based on date. The program or script should run automatically. Can this be done using awk scrpt? so all files from 01/01/2005 to 10/01/2005...
  16. Delphiwhat

    updating a table using php

    Guys I'm new to php and what I want to do is update a table (mytable) in a myssql database. So basically I need to create a webpage with 2 fields 'house number' and 'status'. Status is a dropdown list populated from another table (haven't worked out how to do this) house number is populated...
  17. Delphiwhat

    skip intro and download pluging code????? newbie

    hi folks Does anyone know the little snippet of code i need to insert on my page so that 1. when the website visitor clicks the intro they get redirected to another page on my site? 2. If the visitor doesn't have flash installed it prompts them to download it from macromedia? thanks jc thw...
  18. Delphiwhat

    Create directory folders from list of files

    Hi folks Can somene help me witha little piece of code. I have a directory which contains a list of files. what i want to do is press a button and I will get a list of folders created. One folder is created per file and named the same as the file. so if i had C:\myfiles\file1001.txt...
  19. Delphiwhat

    2 small datawindow problems..........

    Hi everyone Hope someone with more experience can help. I've a datawindow which retrieves row data like .... DATE TYPE STORAGE 01/02/04 square yes 01/02/04 round *yes* 01/02/04 cube yes...
  20. Delphiwhat

    Oracle 8 and PHP can this work? newbie

    Hi everyone Starting to do a website that needs to interface with an oracle database. Does PHP easily inteface with Oracle and could anyone point me in the right direction for information on how to do this. ie set up the database connection etc. Thanks. I'm only stating to use php! :)

Part and Inventory Search

Back
Top