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: *

  1. ElvisIncognito

    Do While A = B AND J = K ???

    Can I do this? If not, is there a workaround method? (Sorry if this is a stupid newbie question - I did a search but couldn't find anything.)
  2. ElvisIncognito

    ErrMsg "Either BOF or EOF is True"

    Below are two virtually identical sets of code. Both queries work properly and return the expected recordsets when using Enterprise Manager, but while the first set (lines currently commented out) return the records in my ASP page, the second set returns the following error message: Error...
  3. ElvisIncognito

    ADODB.Command error using Stored Proc

    I'm trying to call a stored procedure: CREATE PROCEDURE usp_osArray @Prodver numeric(9) AS SELECT Short, OS FROM platforms WHERE ProdVer= @ProdVer ORDER BY OSID DESC using the following code: Set cmdPassProdVer = Server.CreateObject("ADODB.Command") cmdPassProdVer.CommandType =...

Part and Inventory Search

Back
Top