MySQL for persistence for SharePoint (WSS) -


this question has been asked many times in many forums haven't seen confident conclusive answer. i'll try luck again.

i want know whether , how possible use mysql persistence node (configuration , content) sharepoint. of now, interested know wss (i guess same apply moss well).

basically should able define lists, document libraries , content lives in mysql.

my front end pure asp.net , use wss apis.

the answer "no". when install wss, ask microsoft sql server , not allow choose other kinds of sql servers.

wss/moss depends on hundreds of inter-related stored procedures living in microsoft sql server, these quite technology specific , use microsoft sql- solutions in there.

however, if not want pay mssql server, can install wss/moss on microsoft sql express edition, works fine, except have size limit of 4gb.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -