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? Thanks for help :-D
-
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? Thanks for help :-D
If you are creating a COM object, go with C++ and use ADO to talk to Oracle.