How to create A new table in the sharepoint database from c# using the sharepoint libraries.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create your own database and store data inside there. You can use web.config (See SPWebConfigModification class) to store your connection string But do not interact with SharePoint database in a direct way, unless you want problems.
Maybe you need SLAM! (SharePoint List Association Manager) or maybe you choose path of creating your own database