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 Mike Lewis 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: ist
  • Order by date
  1. ist

    How do you call an Oracle stored procedure from a VB program.

    You can make a call to an Oracle stored procedure in VB using ADO Command object. Please see the following sample code.<br> <br> Dim Cmd As New ADODB.Command<br> <br> Cmd.ActiveConnection = &quot;DSN=oracle;UID=user&quot;<br> Cmd.CommandText = &quot;myADOProc&quot;<br> Cmd.CommandTimeout =...

Part and Inventory Search

Back
Top