I've created a new content type via CCK. I there a way I can store the information entered on a separate database?
ex. This is a tour website, displaying 100s of different tours from external db using the Views module. Tours can also be added manually with the content type I've created, but that info you enter, gets stored on the default db. I want to save it on the external db where all the other tours are. Is this do able?

Comments

suthagar’s picture

Try Computed field module
(http://drupal.org/project/computed_field).