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 ....
Connecting to Oracle
Started by
Guest_NeedHelp_*
, Jun 12 2006 05:51 AM
2 replies to this topic
#1
Guest_NeedHelp_*
Posted 12 June 2006 - 05:51 AM
Guest_NeedHelp_*
|
|
|
#2
Posted 13 June 2006 - 05:37 AM
Nope, no built-in functions. You will have to connect to Oracle using an ODBC connection.
Void
#3
Guest_NeedHelp_*
Posted 13 June 2006 - 11:46 AM
Guest_NeedHelp_*
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.......
At least the SQL will remain the same.......


Sign In
Create Account

Back to top










