*** Service (starter) Create ***
CreateTable: CREATE Table IF NOT EXISTS [Settings] ([ROWID] INTEGER DEFAULT 0 PRIMARY KEY, [CompanyID] TEXT DEFAULT '', [Gebruiker] TEXT DEFAULT '', [Wachtwoord] TEXT DEFAULT '', [Sleutel] TEXT DEFAULT '', [URL] TEXT DEFAULT '', [Versie] TEXT DEFAULT '')
CreateTable: CREATE Table IF NOT EXISTS [Relaties] ([ROWID] INTEGER DEFAULT 0 PRIMARY KEY, [vlag] TEXT DEFAULT '', [zoekterm] TEXT DEFAULT '', [nummer] INTEGER DEFAULT 0, [volgnummer] INTEGER DEFAULT 0, [naam] TEXT DEFAULT '', [contactpersoon] TEXT DEFAULT '', [bezoekadres] TEXT DEFAULT '', [postcode] TEXT DEFAULT '', [plaats] TEXT DEFAULT '', [telefoon] TEXT DEFAULT '', [mobiel] TEXT DEFAULT '', [email] TEXT DEFAULT '', [Foto] BLOB DEFAULT '')
ExecuteMap: SELECT * FROM Settings WHERE ROWID=1
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
*** Service (adresboek) Create ***
** Service (adresboek) Start **
StartVullen - 12:16:11
DeleteRecord: DELETE FROM [Relaties] WHERE [vlag] = ?
InsertMaps (first query out of 254): INSERT INTO [Relaties] ([vlag], [zoekterm], [naam], [foto], [mobiel], [email], [telefoon]) VALUES (?, ?, ?, ?, ?, ?, ?)
EndVullen - 12:16:15