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

    Faster Updating?

    Hi, Just faced a problem on my update query, as it takes hours to execute. Anyone can help me to "improve" the attached stmt below ? Update CUST_CONT C set (C.cust_addr_type_code, C.cust_fax_no, C.cust_email_txt, C.cust_person_txt, C.cust_phone_no, C.cust_mobile_phone_no...
  2. kclow

    Recordset return 0 for numeric fields?

    Hi, am facing some weird problem as I am running a VBS program (not from ASP) to generate a report to Excel by selecting from a DB. connString = "DRIVER={Oracle ODBC Driver};DBQ=XXX;UID=xxx;PWD=xxx" Set conn=WSCRIPT.CreateObject ("Adodb.connection") conn.ConnectionTimeout...

Part and Inventory Search

Back
Top