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 TouchToneTommy 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 kanchana

  1. kanchana

    Passing Arrays to Oracle Stored Proc through ADO (VB6)

    During the course of finding a solution i found that its not possible to pass an array(directly) to a stored procedure in sql-server from ado(vb). When vb(ado) doesnot support passing of arrays directly to sql-server stored procedures then oracle seems to be more remote. There are plenty of...
  2. kanchana

    Passing Arrays to Oracle Stored Proc through ADO (VB6)

    I need help on passing Arrays as parameters to Oracle Stored Procedures using ADO in Visual Basic 6. The Stored Procedure in Oracle has the following parameters: IN: abc1 : char abc2 : char abc3 : char OUT abd1 :char abd2 :varchar2 abd3 :char10_array abd4 :vc2_array Iam using the...

Part and Inventory Search

Back
Top