if there is another mysql data base and there is a table with some data in it.
can we write code in page node write php code to access it , i mean can we use drupal 's database abstract layer to access that database and can we use the drpal's display template engine to display the result ??

thank you.

if you give me some example in use drupal's database access abstract layer and use drupal display template engine will be very appreciated.

Comments

ghoti’s picture

How to connect to multiple databases within Drupal: http://drupal.org/node/18429
There's also an example of this in action here: http://drupal.org/node/156631