SQLite - must have form

chanppc

Member
Licensed User
Hi,

I created a background helper apps which will access SQLite DB, my app doesn't need a form but I noted the program will trigger strange error on device unless form is added? Is this a known behavior?

2nd, when my console apps start, I noted the busy cursor will run for a while, is there anyway I can disable it?

Thanks.
 
Last edited:

chanppc

Member
Licensed User
The program is running fine currently, so I proceed to remove the form & recompile, from my debug log, it failed at cn.BeginTransaction.

The error message as following:

An error occurred on sub _main_createconnection.

NullReferenceException Continue?
 
Top