Drupal on MSSQL

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
arvindpnr's picture

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

Comments

WEBPARTS

vsquare's picture

Similar to webparts, we have modules here.

arvind: take a look at the

pritish's picture

arvind:

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

Mssql

elninogordo's picture

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:

Hot content this week