How to store files and retrieve the excel file to database
yes it is working if dont use the query parameter then it is returning all the records. Do i need to map the query parameter to something which i didn't do as shown in the above screenshot
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
yes it is working if dont use the query parameter then it is returning all the records. Do i need to map the query parameter to something which i didn't do as shown in the above screenshot
I'm not 100% sure I understand what you are trying to do. You are getting data from SQLite database to create a query against Tiggzi database?
no i am using Tiggzi database only. i have created the SchedulesDB database using Tiggzi database link http://io.tiggzi.com . Now i want to query this database based on the where condition. How do i modify my service request parameters
Hey Max Got this working .. Thanks for the help
.. I have one more question.. If there are no records then i want to display the message like no records found message how can i do this?
Glad it's working.
Add a Label component and hide it by default (uncheck Visible). When you run the service and it returns no data, add some text to the label and make it visible. You can do it in service's success event.