I see that the npm package node-sqlanywhere hasn't been updated in a couple of years, and still only supports up to node.js version 10.
Is this still a supported package? Are there plans to upgrade it to the latest version of node.js?
Thanks,
I'm running PHP 7.2 on Linux (Ubuntu 18.04) with SA 17.0.9.4935 and things are working fine.
If I upgrade SA17 to version SA 17.0.10.5923, the PHP 7.2 extension module fails with a Bad Gateway 402 error.
I've tried it with SA17 versions as far back a...
I'm trying to insert the multibyte string 'test 人造景' into an NVARCHAR field from PHP.
The platform is I'm running SA 17.0.9.4935 and php 5.5.9.
I have created the following test code to illustrate the issue:
$cstring = "UID=DBA;PWD=sql;Server=myserve...
I am struggling trying to get HTTPS working on Mobilink 17 with an android UltraLiteJ client.
I've tried the following steps (and many variations as well), but when the android client tries a sync, MobiLink returns the message
MobiLink communication...
I've tried a couple of ways to start MobiLink with a certificate from LetsEncrypt, but so far with no success.
First I tried getting a certificate using this method:
.\\wacs.exe --store centralssl --centralsslstore C:\\CentralSSL\\
which creates the...
Are you running php7.2-fpm? I had this problem and fixed it by adding the line
env[SQLANY17]=/opt/sqlanywhere17
to the file
/etc/php/7.2/fpm/pool.d/www.conf
(This was not required for sa 17.0.9.xxx)
All the files in bin32/64 and lib32/64 have new dates that match the installation date, my application (PHP) is working fine, and I haven't had to make copies anywhere else, so I think all is well.
I was beginning to suspect it was related to SQLANY17. I have LD_LIBRARY_PATH set correctly, but not SQLANY17.
I've now added a definition for SQLANY17 to the php-cgi configuration and it seems to be working. i.e., the config file /etc/php/7.2/fpm/...