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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JeffMorey

  1. JeffMorey

    Optional feature not implemented.

    Here is sample code to support my last post. The cmd.Parameters.Refresh method (supported on some rdbms) will allow you to see how the database/ado would create the parameters. This is inefficient code, but it works! I used the locals windows to assist me in writing my code. Set cmd = New...
  2. JeffMorey

    Optional feature not implemented.

    I had this problem with SQLServer. What I did was use the refresh method of the parameters collection to be able to see how MS wanted the parameters filled out. I then wrote the cmd.parameters.append cmd.createparameter code with the appropriate settings. This was able to resolve my problem.

Part and Inventory Search

Back
Top