Wednesday, January 9, 2013

Oracle BDC
http://msdn.microsoft.com/en-us/library/ff464424(v=office.14).aspx
http://www.c-sharpcorner.com/uploadfile/anavijai/integrating-oracle-into-sharepoint-2010-using-business-data-connectivity-model/

After adding a new entity to BDC data model, I was not able to see it in Central Administration >> Application Management >> Manage Service Applications >> Business Data Connectivity Service >> External Content Types list, it became visible when I set "Estimated Instance Count" property to 1000
 

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...