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

    Warning: odbc_fetch_array(): 7 is not a valid ODBC result resource...

    Hi all, I have a problem and i don't know how to solve it. I'm using odbc_fecth_array to retrieve some data from my database. (See below) while($registo=odbc_fetch_array($resultado)) { $CreatedBy = $registo["CreatedBy"]; $CreationDate = retrieve_data_DB($registo["CreationDate"]); $AssignTo...

Part and Inventory Search

Back
Top