Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author:  Ulysses R. Gotera
Date Submitted:  7/25/2005
Category:  Database
Compatibility:  VB 6,VB 5
This code has been accessed 6810 times.

Email Yourself this snippet:

Task: This is a procedure (Sub) that will help you create a parameter object easily. Saves you a lot of keystrokes in building your command parameters. If you are the type of Visual Basic programmer that uses stored procedures and ADO objects then this is for you otherwise keep this code for future use or reference in using ADO command parameter object. Note : You can view my profile at friendster.
Declarations

Code