0

How to create A new table in the sharepoint database from c# using the sharepoint libraries.

2 Answers 2

4

It is not recomended to edit the sharepoint database. You can use the sharepoint list as a storage repository or create a new database and use it along with a custom webpart.

What is the need for a new table?

Sign up to request clarification or add additional context in comments.

Comments

1

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.