Hi All,
I am a beginner in SAPUI5 application development.
I want to access MySQL DB during my application runtime to show data from database.
Also how to create a date selection mechanism in SAPUI5 view and on selecting the date it will display the data in a different view with the details from the MySQL Database.
E.g: I have a Table name AppDb. It contain the field as :
Date FirstName LastName
--------------------------------------------------
11-01-2016 Ujala Panda
If i will select the date in my mobile application then it need to provide me the FirstName and LastName in another view in tabular format.
Can anybody please guide me on this how to achieve it?