wiki:ice_messaging

Version 1 (modified by Nick Holden, 12 years ago) ( diff )

--

The ice_messaging drupal module is used to access the MS SQL database

Within drupal, switching to the alternative database is done using:

  db_set_active('YourDatabaseKey');

  // execute queries here

  db_set_active(); // without the paramater means set back to the default for the site

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.