You are on page 1of 1

#KRONOS SQLITE INTEGRATION TO integrate Sqlite with kronos under windows system, it requires System.Data.SQL ite.dll.

for this developer needs to install SQLite-1.0.66.0-setup.exe (latest version is recommended). -Use .db extension for database file. ////-------------------------------//// To test "KronosTest" without "kronos main form", dont check the lock desktop che ckbox and click Show main form button once. then cancle it and back to "KronosTest". #For testing purpoes only: open table Configuaration and place a new query insert into Settings values('[Internet] URL=www.google.com; UserName=Arman; Password=lock; EnforceSchedules=1; LockDesktop=1; ServerCulter=1; EmployeeLicense=1; [General] Key=admin; MgrKey=manager;') #basic structure is as follows: <Configuration Settings> [section] params=values; params=values; [section] params=values; params=values; </Configuration Settings> #section here are: "Internet" and "General"

You might also like