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 TouchToneTommy 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: PJYelton
  • Content: Threads
  • Order by date
  1. PJYelton

    Dynamic if statements possible?

    I'm fairly new to perl and had a question. Is there an easy way to do something like this without using a whole lot of if statements: my $s = "=~"; # could also possibly be "!~", "<=", etc etc my $b = "^"; # could also be "", "$", etc etc my $t = "blah" my $phrase = "blah bleh bluh"; if...
  2. PJYelton

    Finding out my BIOS string

    Can anyone help me find the BIOS string for my computer? The motherboard is MS-7145, but every attempt to get the BIOS string has failed. I've tried rebooting and pausing when the screen flashes at the beginning, pause isn't doing anything. Neither is unplugging the keyboard to get an error...
  3. PJYelton

    System not recognizing memory upgrade

    Newbie to hardware so please go easy on me! I'm trying to upgrade my memory from 1 gig to 2 gigs using KVR 333 MHZ PC2700. My computer already had 1 gig of this exact type of memory so both sticks match exactly. However, my computer is not recognizing the second stick at all and is showing...
  4. PJYelton

    Converting text file to access

    Hi all, relatively new to perl and had a quick question. Using a few modules I've been able to easily create and parse excel files. Now my question is, can someone point me to a module that allows me to convert a text file to an access database? I've tried to search for something but to no...
  5. PJYelton

    Accessing an FTP site

    Relative beginner to Perl and had a quick question about how I can get my script to access an FTP site. Say I have an ftp site called "ftp://srvftp.ggg.com/cas" with username "BOB" and password "password", how could I access this folder and copy all files to a directory of my choosing on my...
  6. PJYelton

    Lost BIOS menu options?

    I'm trying access my BIOS menu so that I can fiddle with the FSB setting and it seems like the entire menu has been simplified to the piont that nothing more than a trivial task can be done. About six months ago was the last time I opened the BIOS menu and I'm positive I had the option to do...
  7. PJYelton

    Computer keeps freezing completely, can anyone help?

    I've never had this problem before and suddenly its happened like 7-8 times in the last day. The computer just completely freezes, no mouse or keyboard functioning, screen freezes, and the sound board plays the same sound continually. It usually happens when I'm playing a game, but not just...
  8. PJYelton

    Help creating SQL trigger in Oracle

    Hi, I am very new to SQL and am trying to create a trigger in Oracle but keep getting an error saying trigger compilation error. When I type show errors it just says encountered CREATE. This is the relavent code that I have and I'm unsure of what is wrong: CREATE TABLE scores (...
  9. PJYelton

    Help writing trigger function in Oracle

    Hi, I am very new to SQL and am trying to create a trigger in Oracle but keep getting an error saying trigger compilation error, but it won't say what the error is! This is the relavent code that I have and I'm unsure of what is wrong: CREATE TABLE scores ( date_Of_call DATE NOT NULL...
  10. PJYelton

    Help with a Null/Not null problem

    Hi, I am fairly new to SQL and we are trying to create a table that contains an attribute named Call_Type and an object named Score_Type. Now if Call_Type is 'I' or 'C' then Creativity which is a part of Score_Type cannot be null, otherwise it can be. I'm not sure how to program this though...

Part and Inventory Search

Back
Top