Forum Discussion
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
- SinhaKislayIron Contributor
Nikhil1992 do you want to make oracle connection in Event receiver code?
- Nikhil1992Copper Contributor
SinhaKislayYes, I am creating Oracle connection in Sharepoint in Event receiver code,for to sync SharePoint List with Oracle Database.
- SinhaKislayIron 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