Most of the time we may connect to External database with Drupal 7, but how we can utilize the data of External database in the project.
Here the steps follow to achieve the same.
1. Go to Url : https://www.drupal.org/project/views_database_connector and download the module.
2. Install the module as usual.
3. go to settings.php file and add external database credentials as i explained in my previous tutorial.
4. Go to View and click on add New views.
5. Under Show drop down , we will get list of external database tables which we added using settings.php follow by VDC as prfix.
6. Now we can Manipulate the data's with Views options, all options of views are suits for the selected table.
Cool,, now we know what is VDC module in Drupal7.
Questions and thoughts on this tutorial are welcome to make this more Meaning and useful for Drupal developers.
Here the steps follow to achieve the same.
1. Go to Url : https://www.drupal.org/project/views_database_connector and download the module.
2. Install the module as usual.
3. go to settings.php file and add external database credentials as i explained in my previous tutorial.
4. Go to View and click on add New views.
5. Under Show drop down , we will get list of external database tables which we added using settings.php follow by VDC as prfix.
6. Now we can Manipulate the data's with Views options, all options of views are suits for the selected table.
Cool,, now we know what is VDC module in Drupal7.
Questions and thoughts on this tutorial are welcome to make this more Meaning and useful for Drupal developers.
No comments:
Post a Comment