Community

query database for user data and display on webform

I need to query an external database after users log in and obtain some extra user information. Is this doable? I then need to display these user information on a webform within the site. I am thinking of building the form using form builder, but don't know how I can display these data.

Thank you!

Comments

you can for connect to

you can check code from below node for connect to external database . You will get help from that for your requirement
http://drupal.org/node/18429..
After your database connection done you can set those information to webform. Might be this will help you...