B4J Question [BANano] [SOLVED ]How can I access a globally defined BANanoSQL object accross my app?

Mashiane

Expert
Licensed User
Longtime User
Hi there

I've been trying to have a single BANanoSQL object defined on my app that I can use across the board. I open it in BANano_Ready and then am able to reference it across the classes and code modules.

At the moment Im defining a banano object in each of the codemodules and have to open it each time I need to process db related functions.

Is there a way to achieve a single instance?

Thanks
 
Top