Why do yo post 3 times the same post ?
You should remove 2 of them.
Why didn't you post your project as a zip file as requested.
With the project we could test it in the same conditions as you do and find much easier where the problem is.
When posting code you should use code tags [ code ] [ /code ] without the spaces or use the # button.
A few points:
- Declare Dim DBCursor As Cursor in Process_Globals and not in Globals.
- Initialize DBSql.Initialize(File.DirInternal,"pippo.db",True) with FirstTime = True:
If FirstTime Then
DBSql.Initialize(File.DirInternal,"pippo.db",True)
End If
- What's the complete error message ?
Best regards.