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 Mike Lewis 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. nicktan

    Changing the script

    But what happens if there are so many fields? Do I still have to hard code the field name in one by one?
  2. nicktan

    Changing the script

    I need help with scripting. This is the script currently used: <? $query = &quot;select * from vacancy_rego&quot;; include(&quot;../classes/database.php&quot;); $database = new database(); $result=$database->openConnectionWithReturn($query); while ($row = mysql_fetch_assoc($result)) { echo...
  3. nicktan

    to many parsed variable

    This is my current script, I know it is not right, but I don't know how to correct it. Please help. THANKS @list_source = &quot;a,b,c,d&quot; Set MyConn=Server.CreateObject(&quot;ADODB.Connection&quot;) MyConn.Open &quot;DBNAME&quot;, &quot;sa&quot;, &quot;&quot; SQL = &quot;Select * From...

Part and Inventory Search

Back
Top