Database communication
-
Hello! I want to implement simple COM object which will communicate with Oracle database somewhere on internet. It looks rather simple. But I have a possibility to use either C++ or C# technology. As I do not know C# very well: someone can help and put some comments - which technology would be simpler to write/manage ? Or maybe there exists some ready-to-use sample? :-D Thanks for help
-
Hello! I want to implement simple COM object which will communicate with Oracle database somewhere on internet. It looks rather simple. But I have a possibility to use either C++ or C# technology. As I do not know C# very well: someone can help and put some comments - which technology would be simpler to write/manage ? Or maybe there exists some ready-to-use sample? :-D Thanks for help
You could try looking at MSDN: There is an article there on Using .NET Framework Data Provider for Oracle to Improve .NET Application Performance[^] which also gives links to download the data provider which will link to the oracle database. --Colin Mackay--
"In the confrontation between the stream and the rock, the stream always wins - not through strength but perseverance." (H. Jackson Brown)