Blogs | Srijan

TYPO3 MS-SQL integration

Written by Team Srijan | Dec 9, 2009 8:00:00 AM
ObjectiveThe objective of this project was to integrate TYPO3 FE user with a proprietory system with the database residing on MS-SQL. SolutionThe challenge was to let TYPO3 use a table from MS-SQL Database. We had to redirect any calls to the TYPO3 MySql table 'fe_users' to the MS-SQL database table.