Drupal on MSSQL

Events happening in the community are now at Drupal community events on www.drupal.org.
Posted by arvindpnr on August 11, 2011 at 9:23am

Hi,
From an microsoft background worked on microsoft technology MSSQL server and .net technology.

Has anyone of the experienced drupal users worked on it like how we have webparts in Sharepoint can we have something on those lines here too.

If so what all are the technical issues which we have to take care e.g. session handling , db related activites.

Please let us know.

Regards & Thanks,
Arvind

Categories:

Comments

WEBPARTS

Posted by vsquare on August 11, 2011 at 1:31pm

Similar to webparts, we have modules here.

arvind: take a look at the

Posted by pritish on August 11, 2011 at 8:40pm

arvind:

take a look at the project http://groups.drupal.org/drupal-windows for info on Drupal on SQL Server.

Mssql

Posted by elninogordo on May 18, 2012 at 4:34pm

Hello i am new to Drupal. I am trying to fetch data from a Mssql server and show it in a view. I am using a module called Migrate. I have googled information about this module. I have found some information about how to connect another database to your website. I changed connection information as following
in settings.php file

$databases['default']['my_source_db'] = array(

'driver' => 'sqlsrv',

'database' => 'mydb',

'username' => 'myuser',

'password' => 'mypass',

'host' => 'myhost',

'prefix' => '',

);
I download following driver
http://drupal.org/project/sqlsrv
i changed information in database inc. file as following

// Launch the connection to the server.

parent::__construct('dblib:' . implode(';', $options), $connection_options['username'], $connection_options['password'], array(

/PDO::SQLSRV_ATTR_DIRECT_QUERY => TRUE,/

));

My question is i don't know how to go from here?. I haven't find information about how to connect Module Migrate to a Mssql server. Can anyone help me?. What files do i have change into Migrate Module?

Thanks

Bangalore

Group organizers

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

AltStyle によって変換されたページ (->オリジナル) /