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 strongm 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: *

  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

    Oops, I just noticed that all of the BIOS upgrades from that site are AMI, not Phoenix - Award which is what my BIOS is. Any other site that would maybe be able to help me out?
  3. PJYelton

    Finding out my BIOS string

    Thanks for the help guys! Everest gave me everything I needed and more. The model is a RS480M with BIOS version 1.01 and I've downloaded the latest BIOS which is v1.4 off of their website. Now I have one more question. Looking at the flash instructions it says I need a floppy boot disk...
  4. PJYelton

    Finding out my BIOS string

    This is the information it gave me, although none of it looks like a BIOS string that I have seen examples of: Board: MICRO-STAR MS-7145 Serial Number: MS-7145B0505041074 Bus Clock: 199 megahertz BIOS: Phoenix Technologies, LTD 6.00 PG 05/06/2005 Belarc does say that my second memory slot is...
  5. 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...
  6. PJYelton

    System not recognizing memory upgrade

    Yeah, I'm not sure how to find out how much my motherboard can handle. Its a Microstar MS-7145. I hope thats enough information.
  7. 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...
  8. 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...
  9. PJYelton

    Accessing an FTP site

    Thanks! That is easy.
  10. 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...
  11. 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...
  12. PJYelton

    Computer keeps freezing completely, can anyone help?

    Thanks all for the help. It turns out there was a problem with the heatsink/fan over the CPU. I ended up replacing it and it works fine now. I just hope I didn't permanently damage the chip!
  13. 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...
  14. PJYelton

    Help creating SQL trigger in Oracle

    Thanks guys, I tried it with the slashes and one at a time and got it to work!
  15. PJYelton

    Help creating SQL trigger in Oracle

    I am using the @ method and still getting the errors, but I am running two trigger creations at the same time along with all of my table creations. I'll try running everything one at a time tonight when I'm home to see if that will work. I'll let you know, thanks!
  16. 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 (...
  17. 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...
  18. PJYelton

    Help with a Null/Not null problem

    But would this give an error when trying to insert into the table a value of 'C' and a null but not when I insert a value of 'X' and a null? This is what I am trying to accomplish.
  19. 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