If File.Exists(File.DirInternal, "gulf.db") = False Then
ProgressDialogShow("New User Found, Importing Data, Please Wait........")
Sql2.Initialize(File.DirInternal, "gulf.db", True)
'and create it
CreateDataBase
'and copy data from Server
DownLoadData
end if
Pls guide me.
ProgressDialogShow("New User Found, Importing Data, Please Wait........")
Sql2.Initialize(File.DirInternal, "gulf.db", True)
'and create it
CreateDataBase
'and copy data from Server
DownLoadData
end if
Pls guide me.