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 gkittelson 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. Philomena

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Lin

    I have found the answer to the problem. This piece of code was missing at the very top of the page <?php require_once('../Connections/connectionfilename.php'); ?>
  2. Philomena

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Lin

    sorry i forgot to leave the error message i keep receiving Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource fil
  3. Philomena

    Warning: mysql_select_db(): supplied argument is not a valid MySQL-Lin

    i am connected to mysql through my hosting company. I have one page that doesnt have a problem with showing the table info but the this one which has exactly the same code comes up with this error message. Does anyone understand what the problem could be? thanx fil
  4. Philomena

    acces sql query, need to change null to 0

    This worked thankyou very much IIF(IsNull([Value]),0,[Value])
  5. Philomena

    acces sql query, need to change null to 0

    Thankyou everyone for your help and advice. I will try all these possible solutions and let you know which one worked for me thanks again fil
  6. Philomena

    acces sql query, need to change null to 0

    Hi there to anyone reading this, I am using microsoft access as the database for a website. I am using vbscript as the language. I am querying a table with this sql: SELECT sum(paid)*0.1 FROM elance WHERE bidder = 'MMColParam' AND bidderpaid = 'no' The query returns some null values which is...

Part and Inventory Search

Back
Top