M
Maddog
Hi all,
i hope someone can post a solution to my problem, i am a beginner and
work with
visual web developer express edition.
what i am currently working on is an interactive web-page that
displays project information data.
The problem i am having is as follows:
I have 2 databases, one contains the PROJECT information, the other is
the CRM database.
I want to display the contacts name of an project into a textbox,
but the problem is the projects DB only contains the contacts ID
number, stored by project No.
The CRM database stores the contacts name by ID number.
to sum it up, what i need to do is Query the contacts name from CRM
DB, with contact ID and project No
as parameters. The contact ID is stored under the project No in the
PROJECT DB.
The project No is entered by the user in a textbox, with a submit
button.
so its >Get project number,(entered by user in a text box) Then get
contact's ID from PROJECT DB,
Then get the name from CRM DB with the ID AND project No.
And at last it must display this contacts name in a text box.
ALSO> whats a pain is that the field of PROJECT DB which contains ID
data is DIFFERENT than
the field from the CRM DB ( one is string the other integer)
any ideas would surely help,
thanks in advance.
Tommy
i hope someone can post a solution to my problem, i am a beginner and
work with
visual web developer express edition.
what i am currently working on is an interactive web-page that
displays project information data.
The problem i am having is as follows:
I have 2 databases, one contains the PROJECT information, the other is
the CRM database.
I want to display the contacts name of an project into a textbox,
but the problem is the projects DB only contains the contacts ID
number, stored by project No.
The CRM database stores the contacts name by ID number.
to sum it up, what i need to do is Query the contacts name from CRM
DB, with contact ID and project No
as parameters. The contact ID is stored under the project No in the
PROJECT DB.
The project No is entered by the user in a textbox, with a submit
button.
so its >Get project number,(entered by user in a text box) Then get
contact's ID from PROJECT DB,
Then get the name from CRM DB with the ID AND project No.
And at last it must display this contacts name in a text box.
ALSO> whats a pain is that the field of PROJECT DB which contains ID
data is DIFFERENT than
the field from the CRM DB ( one is string the other integer)
any ideas would surely help,
thanks in advance.
Tommy