How to create A new table in the sharepoint database from c# using the sharepoint libraries.
2 Answers
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