Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
an account system of college having some conditions for their fee system...they give an installment facility to pay the amount but how we insert it to the database..
Posted
Comments
Reiss 28-Oct-11 3:30am    
Can you rephrase your question (using the improve question widget), giving more information about what you are trying to achieve please
amitit1989 28-Oct-11 5:46am    
As I understood from your question.
1. Create a table that will include studentid,FeeDate,FeeAmount
2. Insert your record in this table.
3. Number Of Record Entry for a particular student will be the no of installment.
4. sum of record will be the total fees payed.
5. you can restrict no of Installment
i. first count no of record for student in that table.
ii. suppose max installment is 3 and no of rows coming from database is 2
iii. Inform user to pay all remaining amount in this installment only.
Any doubt please write.

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