CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    23

    How to call function or procedure in oracel



    I want to call function or procedure predefined in oracle using RDO2.0 ? I have download the lasted verson of oracle ODBC(2.5),but it does not work. I use ODBC CALL syntax in VB5.0,but when i use 'execute' method,it return ODBC error code 40002.What's this mean?

    Thank a lot for help.



  2. #2
    Join Date
    Jun 1999
    Posts
    13

    Re: How to call function or procedure in oracel

    Hi,
    Try usin the rdoquery and rdoparameter object.
    This very easy to do.

    rgds,
    Moor


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured