AdoRec Select from

sigster

Active Member
Licensed User
Longtime User
Hi

I am calling from my Mysql database
need help with this Please :)

I can not see what is wrong but I get no data
I get all data id I use select * from staff


B4X:
AdoRec.SqlStatement="select * from staff where company Like '" & Value & "%'  ORDER BY name Asc"

how can I move this to = Basic4android Updates and Questions

Regards
Sigster
 
Last edited:
Top