Changes between Initial Version and Version 1 of ice_messaging
- Timestamp:
- 09/17/12 16:00:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ice_messaging
v1 v1 1 The ice_messaging drupal module is used to access the MS SQL database 2 3 Within drupal, switching to the alternative database is done using: 4 5 {{{ 6 7 db_set_active('YourDatabaseKey'); 8 9 // execute queries here 10 11 db_set_active(); // without the paramater means set back to the default for the site 12 }}}