Casey Dudley
Posts: 0
Joined: Wed Jul 09, 2014 4:48 pm

create_service

I am using the create_service to add data into my database. I currently have 3 page where a user would input information to be saved on to the database under the same user_id. How would i do this without my database creating three separate rows of data in my database.

I basically need all of the data inputted by the user to be under the same user_id .

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

create_service

Hello Casey,

You can use pointer type http://devcenter.appery.io/documentat... to interact via one user_id.

Return to “Issues”