I’ve parsed the posts several times. Although some seem similar I’m not sure I’ve seen something specific to my needs…. So, at the risk of duplication I’ll ask my specific question.
I have an external SQL database that I want to connect to for “READ ONLY” purposes (no need to update rows). Simply want to provide key for query and return resultant row(s) to my MobiApp for display.
If for example my date was as simple as a demographic table containing rows with each row having Name, Address, City, State,Zip, How would I connect to the database from Mobi?
Has anyone been successful connecting to a SQL database for read only purposes? If so could you share the code with me?
Thanks in advance..