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. jbarron14

    SQL statement won't run in ASP! HELP!

    Thanks for the help.  That error was driving me crazy.
  2. jbarron14

    SQL statement won't run in ASP! HELP!

    I have this SQL statement:<br><br><br>drop table #tmp<br>go<br><br>select<br> substring(system_source_descr,1,15) 'Platform',<br> substring(system_id_type,1,15) 'ID_Type',<br> substring(person_source_descr,1,25) 'Person_Source', &quot;ID_Linked&quot; = <br><br>CASE<br> WHEN no_person_flg IS NULL...

Part and Inventory Search

Back
Top