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. General Programming
  3. C#
  4. using variables in SSIS script task: c# code

using variables in SSIS script task: c# code

Scheduled Pinned Locked Moved C#
csharpsql-serveroracletoolstutorial
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.
  • B Offline
    B Offline
    bigphish
    wrote on last edited by
    #1

    hi all.. i am using script task in SSIS.i am new to it. I have a oracle connection string in the code say:

    //OraConn.ConnectionString = "User Id=XXXX;Password=xxxx;Data Source= (xxxxxxx));";

    now i want to access this conection via variable: OraConn. how to do it? is it like below?

    OraConn.ConnectionString = Dts.Variables["OraConn"].Value.ToString();

    but its not working :( can anybdy suggest? FBG

    L 1 Reply Last reply
    0
    • B bigphish

      hi all.. i am using script task in SSIS.i am new to it. I have a oracle connection string in the code say:

      //OraConn.ConnectionString = "User Id=XXXX;Password=xxxx;Data Source= (xxxxxxx));";

      now i want to access this conection via variable: OraConn. how to do it? is it like below?

      OraConn.ConnectionString = Dts.Variables["OraConn"].Value.ToString();

      but its not working :( can anybdy suggest? FBG

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      bigphish wrote:

      but its not working

      Without some more information it's impossible even to make a guess.

      Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

      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