I have created a database using a SPDatabase class. How can i add a table to it? and how to execute SQL queries in this database?
Thanx....
I have created a database using a SPDatabase class. How can i add a table to it? and how to execute SQL queries in this database?
Thanx....
Create a seperate, additional database for your custom data to use in SharePoint and just connect it like you do with any ASP.NET database.