Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hi,
New update to the SQLite3 support -> 0.1a6
* Sqlite3 support from 3.7.5 to 3.7.8
* Linux version updated
* Some corrections (MS Windows and GNU/Linux)
* New prototype for _sqliteExecResult : fun [ObjSqlite S I] [[[S S] r1] r1]
* Documentation updated
Download : http://redmine.scolring.org/projects/sqllite3/files
Documentation : http://trac.scolring.org/documents/2
To install it :
Close Scol, if any.
Copy the library (*.dll under MS Windows, *.so under GNU/Linux) to the subfolder "plugins" of "scol".
Edit the "usm.ini" file (as the samefolder than "scol.exe" (under Windows) or "scol" (under GNU/Linux)) and add this line :
- Under windows :
plugin plugins/libsqlite3.dll ScolLoadPlugin ScolUnloadPlugin
- Under GNU/Linux :
plugin ./plugins/libsqlite3.so ScolLoadPlugin ScolUnloadPlugin
Launch Scol.
A server Scol version (gnu/linux only at this time) is available too :
http://redmine.scolring.org/projects/scolserver/files
To install it :
Copy the Scol library in the 'plugins' sub folder.
Edit the usm.ini file. Add this line :
plugin ./plugins/libsqlite3.so ScolLoadPlugin
Restart the Scol server.
Offline
Adding the following line
plugin plugins/libsqlite3.dll
without "ScolLoadPlugin ScolUnloadPlugin" shoud be sufficient on windows platforms. Making uniform the dll entry/exit point for every plugin is a recent change of the scol.exe launcher.
Last edited by Nodrev (30-Sep-2011 10:30:57)
Offline
Making uniform the dll entry/exit point for every plugin is a recent change of the scol.exe launcher.
liza
Offline
Pages: 1