vote up 0 vote down star

Hi, Im using sqllite in my palm-pre web os application,

i have the table with the following structure.

Spending(id,note,amount,date,recurringtype,type,isprocessed);

the value for the recurring type will be like daily,weekly monthly etc.(1,2,3..etc)

i need to replicate a record by checking the date and the recurring type. Can it be achieved with the triggers

flag

0% accept rate
Am I understanding correctly that you want the trigger to create the recurrences? – andyp Nov 7 at 12:20
yes ,how can i invoke a trigger based on the time events – srinivas-g Nov 7 at 12:23

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.