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
  1. Home
  2. Database & SysAdmin
  3. Database
  4. How to get two or more params' value in the Extend Procedure DLL ?

How to get two or more params' value in the Extend Procedure DLL ?

Scheduled Pinned Locked Moved Database
tutorialdatabasequestion
2 Posts 2 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.
  • F Offline
    F Offline
    fu0
    wrote on last edited by
    #1

    How to get two or more params in the Extend Procedure DLL ? In DLL the method is : SRVRETCODE func( SRV_PROC* pSrvProc ) { ... } the pSrvProc might transmit two or more params. But i dont know How to get their values? for example, i SQL procedure, i will use this code: Exec func @param1,@param2,@param3 How to get the three params' value in the DLL ?

    D 1 Reply Last reply
    0
    • F fu0

      How to get two or more params in the Extend Procedure DLL ? In DLL the method is : SRVRETCODE func( SRV_PROC* pSrvProc ) { ... } the pSrvProc might transmit two or more params. But i dont know How to get their values? for example, i SQL procedure, i will use this code: Exec func @param1,@param2,@param3 How to get the three params' value in the DLL ?

      D Offline
      D Offline
      David Salter
      wrote on last edited by
      #2

      Does this help at all? http://www.codeproject.com/database/sqlunicode.asp


      store your internet favourites online - www.my-faves.co.uk

      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