Click here to Skip to main content
16,022,846 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to retrieve data which involves all transactions of the customer from the database depending upon the person who logs in with his account number.
Kindly Help.
Thank You
Posted
Comments
Homero Rivera 9-Nov-13 12:29pm    
What type of credentials are you using for your clients? Session? Cookies? Your queries need to have a where clause with something like "CustomerId" which you would usually retrieve from the credentials the user is using to identify himself.
So, what is the issue?

1 solution

So you will need to store the account number in the data you're retrieving, and make it part of the filtering of the SQL you call to get the data.
 
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