Connect to Oracle

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shpathak
    New Member
    • Apr 2007
    • 1

    Connect to Oracle

    can i connect to oracle by using java script ?
    please guide.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Changed thread title.

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      No you can't connect to Oracle directly, but you can use Ajax (which involves a server-side language). So, in actual fact, it is the server-side language which is connecting to Oracle, but to the user it seems as if the data is being pulled off on the client-side.

      See the Ajax tutorials in the Offsite Links thread at the top of this forum.

      Comment

      Working...