0

I've been searching the CMS which could provide two most important features of Drupal (which is CCK and Views) and also support MSSQL (SQL Server, which my company runs its application).

Can anyone provide some suggestions (web-based, open-source or closed source, and php or non-php)? Although I prefer Open-Source PHP CMS.

Thanks!

Bonn
  • 53
  • 1
  • 13

1 Answers1

1

If you are just looking for data access to your mssql data, but are willing to run your cms on another db, give drupal a try with the forena report writing module.

Full disclosure: i am the author of forena.

Dave
  • 385
  • 1
  • 3
  • What about the integration of mssql data access (forena) with CCK and Views? – Bonn Apr 09 '12 at 02:16
  • I'm not quite sure I'm understanding, but forena can report (in the same report) data from mssql and mysql/postgres or whatever database you might need to connect to. You just need some kind of common keys between the two systems. It can certainly report on CCK data. It doesn't yet entegrate with views. – Dave Apr 20 '12 at 03:59