Tuesday, April 8, 2014

Access sharepoint list using ODBC drivers

Its interesting to note that a sharepoint list can be accessed using ODBC drivers, though I have not tested this approach yet,

http://www.microsoft.com/en-us/download/details.aspx?id=13255

http://blog.sharepointalist.com/2010/03/odc-microsoft-ace-oledb-14-0.html

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-...