Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello all,actually im trying to develop one software, its a lic(life
insurance corporation) in india related software but im stuck in one
point, i want to show if client enter any policy number then he can
see that particular client details also see his under client
details, iam not getting how to mapping my database to lic's database
so i can easily retrieve details can any one suggest me how could i
do this? any code or anything
Posted
Updated 4-Nov-14 5:49am
v2
Comments
Shweta N Mishra 4-Nov-14 12:02pm    
Do you have access to LIC database?

if yes,Put some sample record from both tables i.e. your table and the LIC database table.
VC.J 4-Nov-14 14:09pm    
if you have LIC database access than it can be done
Arora_Ankit 5-Nov-14 0:22am    
how you will get data? From LIC or from your users.
If your users will enter all the details in DB then you can use simple one to one mapping for Policy Number and Client Detail and one to many for Client and Under Client

1 solution

Produce the table structure and relationship so that it will be easy to answer
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900