• Welcome to SQLitening Support Forum.
 

News:

Welcome to the SQLitening support forums!

Main Menu

Hello everyone.

Started by agenc, January 04, 2013, 05:02:53 AM

Previous topic - Next topic

agenc

Hello everyone.
I am a new member here and found about this site while trying to find ways of using SQLite database as a  server. I hope I can  learn even more stuff from you all.

Thanks,
Attila.

cj

#1
Welcome!
In SQLiteningServer.Cfg the Hosts line must be IP address # and not hosts or a name on my system.
You should love SQLitening.  It is very simple to use.

slSetProcessMods "E0"  'See different values.  This handles your own errors, result is optional.
result = slConnect( "192.168.1.2",51234) 'could use remote ip address for internet access
result = slOpen("Test.db3","C")                'open database, create if it does not exist


[General]
ServiceNameSuffix=
Port = 51234
Hosts = 192.168.1.2
LogConnDcon=Yes
LogInvalidInMessage=Yes
CreateDatabaseAllowed=Yes
TrimLogManually=No
MaxChunkSize=
MaxConnections=
ConnectionTimeOut=-1

Fred Meier

QuoteIn SQLiteningServer.Cfg the Hosts line must be IP address # and not hosts or a name on my system.
slSetProcessMods "E0"  'See different values.  This handles your own errors, result is optional.
These are not "required".  I never handle my own errors.  I just let SQLitening do it's thing, much less work.