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. Web Development
  3. ASP.NET
  4. How to connect online with oracle

How to connect online with oracle

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netoracletutorial
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.
  • R Offline
    R Offline
    rshervon
    wrote on last edited by
    #1

    I need to use oracle with ASP.NET for an online application.Since ADO.NET doesnot support connected transactions how should I get through it SHERVON

    S 1 Reply Last reply
    0
    • R rshervon

      I need to use oracle with ASP.NET for an online application.Since ADO.NET doesnot support connected transactions how should I get through it SHERVON

      S Offline
      S Offline
      sood_is_in
      wrote on last edited by
      #2

      Well for this first you have to download oracleclient.dll and then add this to your project and use this with ado.net include the following namespace using System.Data.OracleClient; then for connection use; public OracleConnection con=new OracleConnection(ConfigurationSettings.AppSettings["strCON"]); and command use: OracleCommand cmd=new OracleCommand(); Hope this will help

      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