Jump to content

Connecting to Oracle

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
How do I connect to oracle from C#? There are no direct "built in" functions for this are there? I've read a lot but am more confused now. Do I have to use a ODBC connection and then do I just use standard SQL like

INSERT INTO TABLE_NAME ....

#2
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
Nope, no built-in functions. You will have to connect to Oracle using an ODBC connection.
Void

#3
Guest_NeedHelp_*

Guest_NeedHelp_*
  • Guests
Ahh, that is what I thought. Connecting using an ODBC connection shouldn't be that hard. It will be an extra bit of work for the installer program though and could also be another point of error for the user.

At least the SQL will remain the same.......