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 Chriss Miller 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. skosterow11

    Selecting data from 2 tables

    Okay now im really lost! Seems that now the thing ONLY pulls the FIRST db_student_classes.attendance AS ATTENDANCE and never pulls the other ones IE - the first record: db_student_classes.attendance AS ATTENDANCE = 100 but the second record: db_student_classes.attendance AS ATTENDANCE =...
  2. skosterow11

    Selecting data from 2 tables

    Okay Im a real DORK! hahah i answered my own question - but for anyone else that faces this here is the CORRECT CODE! my $sth = $dbh->prepare(qq{ SELECT db_student.id, db_student.firstname, db_student.lastname, db_student_classes.gpa AS GPA, db_student_classes.attendance AS ATTENDANCE FROM...
  3. skosterow11

    Selecting data from 2 tables

    Heya guys and gals - i search the archives and cant find exactly what im looking for - if this is a repost - 1st i applogize and if you could send me down the right path would be much apprishiated! Im looking to get data from 2 tables based on a where clause from 2 tables: my $sth =...
  4. skosterow11

    Perl and Exchange 2003

    Looking to parse email. then do things based on the email with perl. The script to do this is not an issue again its the rights that are having issues.
  5. skosterow11

    Perl and Exchange 2003

    Im needing to access the mail boxes with a perl script. Seems however when my script tries to go into the users directoies im getting denied. any help on this?
  6. skosterow11

    System Attendant

    Im getting emails from my system attendant saying that it would delete 1700 messages and 4. bla bla gigs of data. What does that mean? and how would i delete it? or do i even want to! Cheers! - Scott

Part and Inventory Search

Back
Top