Hi there, it's first time for me and I want to thanks who can help me.
I'm approaching for first time to MIT App from Visual Studio, and I should want to create an app that read data from an access db and charge them on a spinner.
So I have created a php file to connect via odbc to my access db and it functions perfectly, so we have to pass to the app.
I have created a simply screen in which I have a web control, a label and a spinner.
When I connect I obtain the full list like this
array(1336) {
[1]=>
string(10) "First Name"
[2]=>
string(11) "Second Name"
[3]=> etc
I'm not able to extract from Array the ID and Name to charge on spinner to using successively.
Someone can help me?