hi guyes....
for the first time i came across the scenario like this.
can anyone tell me, how to insert multiple records in the same table under the same unique id dynamically...???
in my application, user selects year and month. then according to that month, user will have to insert specific no. of records (i.e. 31 records for January, 28 records for February).
so, i've to insert multiple entries for the same month in a same table, under same unique id.
can anyone tell me how can i acheive this...???