Hi, Evgene.
yes, please.I still need assistance.
I'm lost. and since I feel this should be easy, I'm frustrated.
I created the generic service and ran the SQL code to extract data from the SQL database, this dumped all the DB entries on to the console, but i couldn't map to my list.
I remembered a similar issue that Yurii Orishchuk helped with,albeit with an online DB. where i needed to use console dump and import parameters. so, i decided I decided to use echo mode
.
Iterate mapping over a grid, 3 per row
this allowed me to map to list and i was really happy, but then i realized it wasn't doing anything, it just repeated the data on logged console without doing and SQL lookup.
all i want to do is find people from a DB on storage, right now i'm using an excel spreadsheet to lookup names.
right now, I am haflway there, please tell me what I am missing
at first it almost works, data is recovered from localDB and data goes to console
but notice it doesn't map to list.
then i copy text from console it paste it into echo field
http://prntscr.com/75xyf7
suddenly it maps, but it is not looking up data. just repeating the text in echo mode.
What I need is to filter list as I type. So I need the service to take in searchbar.text as a input parameter. like i said.
should i be using a generic security context that yuri taught me?