We are pleased to announce the release of Recital 10.0.3.
Here is a brief list of features and functionality that you will find in the 10.0.3 release.
- New Commands:
- SET TMPNAMPATH ON|OFF - REMOVE TABLE
- New Functions:
- CURSORGETPROP() - CURSORSETPROP() - CURVAL() - GETFLDSTATE() - OLDVAL() - TABLEREVERT() - TABLEUPDATE() - SETFLDSTATE()
- Enhanced Functions:
- TMPNAM() - additional parameter to specify the return of basename only - MAILATTACH() - parameter changed from array to filename to allow directory and file extension to be specified
- Enhancements:
- DO level increased from 32 to 64.
- Fixes:
- Delay exiting Recital after SYS(3) or SYS(2015) - SET SOFTSEEK issue when search key above first record in index - Compilation error with REPLACE command after UDF call - FETCH INTO memvars error - END TRANSACTION at command prompt error - ROLLBACK locking error - Linux ODBC Driver undefined symbol error - RELEASE variable with same name as variable in calling program issue - SQLCODE() issue on non-gateway data access - Issuing two SQLEXEC() calls error - LASTSEQNO() in workareas > 1 error - SET RELATION to detail table in workarea 1 issue - LIST STATUS on empty table delay - SET AUTOCATALOG alias entries error - ADD OBJECT in DEFINE CLASS error - DEACTIVATE WINDOW error - SORT error - Other reported bugs
|
|
|
When using Recital Web you can maintain the exact state of each cursor between pages like this.
On entry to the .rsp page.
IF type( _session["state"] ) != "U"
m_state = _session["state"] RESTORE DATASESSION FROM m_state ELSE // open up your tables for the first time ENDIF
On exit of the .rsp page.
SAVE DATASESSION TO m_state
_SESSION["state"] = m_state
|
Recital on Linux 64 bit requires certain 32 bit libraries for installation and/or operation. It also needs to be installed and configured as the root user, or using sudo for those systems without a root login.
For systems that do not have the xterm libraries installed, please install these to use xterm, or set the DB_TERM environment variable to start Recital from a terminal:
DB_TERM=gnome-terminal; export DB_TERM
This setting can be added to the /opt/recital/conf/recital.conf (text) file to make it available system-wide.
Please note that the Recital ODBC Driver for Linux requires a 32 bit ODBC Driver Manager.
Centos 6:
sudo yum install zlib-devel.i686 pam-devel.i686
(and accept dependencies) Then run the installer in text mode
sudo ./recital-10.0.3-linux32.bin --mode text
Run Recital with sudo the first time, to set the system filetype compatiblity settings.
sudo recital
After saving the compatibility settings, quit to exit, then run Recital as your preferred user.
> quit $ recital
RedHat / Fedora family:
sudo yum install zlib-devel.i686 pam.i686
(and accept dependencies) Then run the installer in text mode
sudo ./recital-10.0.3-linux32.bin --mode text
Run Recital with sudo the first time, to set the system filetype compatiblity settings.
sudo recital
After saving the compatibility settings, quit to exit, then run Recital as your preferred user.
> quit $ recital
Ubuntu family:
sudo apt-get install ia32-libs
Ubuntu 12.04 also requires the following:
sudo apt-get install libpam0g:i386
Then run the installer in text mode
sudo ./recital-10.0.3-linux32.bin --mode text
Run Recital with sudo the first time, to set the system filetype compatiblity settings.
sudo recital
After saving the compatibility settings, quit to exit, then run Recital as your preferred user.
> quit $ recital
|
We are pleased to announce the release of Recital 10.0.2.
Here is a brief list of features and functionality that you will find in the 10.0.2 release.
- New commands
SAVE/RESTORE DATASESSION [TO variable] CONNECT "connectString" DISCONNECT
- New functions (OData compatible)
startsWith(haystack as character, needle as character) endsWith(haystack as character, needle as character) indexOf(haystack as character, needle as character) substringOf(haystack as character, needle as character) concat(expC1, expC2)
- New system variables
_LASTINSERTEDSYNCNUM
- Enhanced commands
Added CONNSTRING "connectingString" to the USE command to connect to remote servers (Recital, MySQL, PostgreSQL, Oracle, ODBC)
- Further SQL query optimizer improvements to boost performance
- Performance improvements in Recital Web
- Forced all temporary files into temp directory (improves performance when local tmpfs is used as temp directory and reduces network i/o)
- Fixed cookie and session variable problems in Recital Web
- Fixed problem with temporary files being left after some server queries involving memos and object data types
- Improved performance of the Windows ODBC driver
- Fixed a security flaw in Recital Web
- Fixed all reported bugs
|
|
|
|
|
|
|
Page 1 of 12 |