Each user in my application has a set of tasks that belong to them only. There is a default set of 131 tasks that I need to be inserted into the db when a new user is created, and those 131 tasks should be owned by the new user.
I have an sql dump of the tasks, including an INSERT statement .. can anyone here help me to understand how I might go about coding this sql INSERT to occur right after a new user is created, using the new user as the owner? I really have no idea where to start on this one. -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
