Forum Discussion

Nikhil1992's avatar
Nikhil1992
Copper Contributor
Sep 24, 2019

Oracle Connection With SharePoint List.

Hi,

I want to create Oracle connection with the sharepoint List,

i am using the event receiver on an list item to make CRUD Operations,


using (OracleConnection conn = new OracleConnection(connstring))
{
using (OracleCommand cmd = new OracleCommand(command, conn))
{

but when i am adding the above code to create oracle connection, event not get executed,,

please let me know if any other way,

solution for the above code is really appreciate.

Thanks,

Nikhil C.

8 Replies

    • Nikhil1992's avatar
      Nikhil1992
      Copper Contributor

      SinhaKislayYes, I am creating Oracle connection in Sharepoint in Event receiver code,for to sync SharePoint List with Oracle Database.

      • SinhaKislay's avatar
        SinhaKislay
        Iron Contributor

        Nikhil1992 I hope you are using using Oracle.DataAccess.Client;  in the beginning and also you have added a reference to Oracle.DataAccess

        https://developer.oracle.com/dotnet/vs2010-oracle-dev.html

         

Resources