Is it possible to integrate user databases between Drupal and an ASP&SQL Server platform?
Posted
by hecatomber
on Stack Overflow
See other posts from Stack Overflow
or by hecatomber
Published on 2010-05-20T10:50:22Z
Indexed on
2010/05/30
19:22 UTC
Read the original article
Hit count: 163
We have a game project designed on ASP&SQL Server, and we need to integrate it's user database with Drupal.
This would be easier from Project to Drupal (since there is user_save and user_delete functions available globally by using drupal bootstrap) but I'm not sure if we can execute PHP functions on an ASP platform.
Is there any documentation for this kind of problems? What do you suggest?
© Stack Overflow or respective owner