I have a application database hosted on server side which has 'account information' table for all my handheld users. They store their usernm and password in this table along with a GUID as a primary key
Now I am adding a Drupal website in the scene, and expect that all users creating a account on my Drupal site should have access to the handhelds also.
Not getting a single clue on how to do this.

Is it the best approach if I add some custom code in Drupal 'create account' or 'login' pages and insert/lock records from my application servers database? If yes then what is the best place to insert such a code in Drupal?

thanks much in advance!

Comments

aitala’s picture

You may be able to use the Table Wizard - http://drupal.org/project/tw - and Views module..

Eric

__________
Eric Aitala - ema13@psu.edu
Penn State

224b8605113373e086cb27708ff301ba18ce394db1996e7e22928e4555e0d20b1b6cecc7f67c9bd9e536cb915779c485

ranjyad’s picture

thanks much. will try it out immed.