Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How to call Stored procedure in VC++

How to call Stored procedure in VC++

Scheduled Pinned Locked Moved C / C++ / MFC
c++databasetutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maharaja pandian
    wrote on last edited by
    #1

    hi, I have one clarification, I just want to know how to call stored procedures in CDaoDatabase. After the submit button I need to call one stored procedure by name STORE_PROCEDURE1 with input parameters as name,no,mark1,mark2 By using ADO I think we can use like this below. I just want to know how to use in DAO. With AdoComm .CommandText = "{call PROEX.KPP_LFE.PPP_INSTPP_EMBARQUE_AUX(?)}" .CommandType = adCmdStoredProc Set AdoParamRet = .CreateParameter("Retorno", adBSTR, adParamInputOutput, , vfRsEmb) Call .Parameters.Append(AdoParamRet) .Properties("PLSQLRSet") = True Set vfRsEmbRet = .Execute i want to do the same thing in DAO using CDaoDatabse Try again and again, At last you will say I don't know the meaning for impossible.,.

    H S 2 Replies Last reply
    0
    • M maharaja pandian

      hi, I have one clarification, I just want to know how to call stored procedures in CDaoDatabase. After the submit button I need to call one stored procedure by name STORE_PROCEDURE1 with input parameters as name,no,mark1,mark2 By using ADO I think we can use like this below. I just want to know how to use in DAO. With AdoComm .CommandText = "{call PROEX.KPP_LFE.PPP_INSTPP_EMBARQUE_AUX(?)}" .CommandType = adCmdStoredProc Set AdoParamRet = .CreateParameter("Retorno", adBSTR, adParamInputOutput, , vfRsEmb) Call .Parameters.Append(AdoParamRet) .Properties("PLSQLRSet") = True Set vfRsEmbRet = .Execute i want to do the same thing in DAO using CDaoDatabse Try again and again, At last you will say I don't know the meaning for impossible.,.

      H Offline
      H Offline
      Hamid Taebi
      wrote on last edited by
      #2

      When you send a "New Message" we can see it and you don't need to send a new thread_**


      **_

      whitesky


      1 Reply Last reply
      0
      • M maharaja pandian

        hi, I have one clarification, I just want to know how to call stored procedures in CDaoDatabase. After the submit button I need to call one stored procedure by name STORE_PROCEDURE1 with input parameters as name,no,mark1,mark2 By using ADO I think we can use like this below. I just want to know how to use in DAO. With AdoComm .CommandText = "{call PROEX.KPP_LFE.PPP_INSTPP_EMBARQUE_AUX(?)}" .CommandType = adCmdStoredProc Set AdoParamRet = .CreateParameter("Retorno", adBSTR, adParamInputOutput, , vfRsEmb) Call .Parameters.Append(AdoParamRet) .Properties("PLSQLRSet") = True Set vfRsEmbRet = .Execute i want to do the same thing in DAO using CDaoDatabse Try again and again, At last you will say I don't know the meaning for impossible.,.

        S Offline
        S Offline
        Sarath C
        wrote on last edited by
        #3

        Can't this help you?[^] Or this search?[^] SaRath.
        "It is your attitude, not your aptitude, that determines your altitude - Zig Ziglar." My Blog | Understanding State Pattern in C++

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups