Hi all,
Well I'm finally giving B4XPages a go.
Pretty much all my apps are oriented towards data storage and retrieval.
Database Initialization Placement:
I'm used to the Starter Service_Start and it making a call to my DBCalls Code module to Initialize the SQLite database. And I also use the Starter Service_Destroy to close the database.
In B4XPages, what is the, or where is the equivalent places to initialize the database and to close the database?
And are there any other norms where database management is placed?
Just trying to figure all this out as I haven't found any documentation on using databases and B4XPages and normalization.
Regards,
Mark Stuart
Well I'm finally giving B4XPages a go.
Pretty much all my apps are oriented towards data storage and retrieval.
Database Initialization Placement:
I'm used to the Starter Service_Start and it making a call to my DBCalls Code module to Initialize the SQLite database. And I also use the Starter Service_Destroy to close the database.
In B4XPages, what is the, or where is the equivalent places to initialize the database and to close the database?
And are there any other norms where database management is placed?
Just trying to figure all this out as I haven't found any documentation on using databases and B4XPages and normalization.
Regards,
Mark Stuart