Android Question How to display result from DBRequestManager into WebView?

incendio

Well-Known Member
Licensed User
Longtime User
Yes, it is possible. You should take DBUtils.ExecuteHtml code and reimplement it with the data that comes from DBRequestManager.ExecuteQuery.

If it sounds too complicated then you can create a memory SQLite table and use DBUtils with it.
http://www.b4x.com/android/forum/threads/29797/#content

Thanks for your reply.

So I have to modified DBRequestManager.ExecuteQuery to be able to call by WebView, sound to complex for me. Right know I don't even know diff between private and dim :)

For SQLite in memory, hope that there is enough memory in the device.
 
Upvote 0
Top