Re: Custom Socket Implementation
For what purpose do you intend to use such a feature? If you are asking this because you are looking at the JConnect options for SSL based encryption then it should be noted that those are not...
View ArticleRe: Digest password implementation
I assume you are talking about Digest Access Authentication, and no, there is no ready-to-run solution built in to SQL Anywhere. However, SQL Anywhere does have the RAND() and one-way HASH()functions....
View ArticleRe: Problems with Publications when migrating Ultralite DB v.11 to v.16
Hello Naim, See the documentation for the restrictions on creating publications. You cannot use a subquery here: The search condition in the WHERE clause can only reference columns that are included in...
View ArticleSQL Remote Confusion
Hello, we start our dbremote service with a text file that begins "-s -r -rd 10 -rp 3 -c "eng=.......... In Sybase Central each remote user is set to Send Every 01:00. Is this an hour or a minute? The...
View ArticleWhat is the defintion of socket and/or CPU in connection with SQLAnywhere 16
I've read a lot of documentation but still not sure about one piece: What is the exact defintion of a socket in connection with SQLAnywhere16. It appears that socket and CPU is used a some kind of...
View ArticleRe: SQL Remote Confusion
The syntax for the SEND EVERY command is 'hh:mm:ss' - if you use "01:00" and that way omit the seconds part, then you have specified 1 hour.
View ArticleRe: Problems with Publications when migrating Ultralite DB v.11 to v.16
HI Jeff! Thanks for your answer! This publication was existing AS-IS in the previous version (v.11) with no known problems.We are migrating all software (mobilink server and Ultralite client) to...
View ArticleUltralite Database Size Fix (shrink)?
Hi all! I'm migrating ultralite database from v.11 to v.16, and one of the problems we've faced on the past is the size growth of the databases. We've seen on migrating that size is lower that v.11,...
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
Hi Frank, What is the defintion of socket and/or CPU in connection with SQLAnywhere 16 All of the 'processor terms' are defined in your license agreement when you installed SQL Anywhere: "Chip" -...
View ArticleRe: Ultralite Database Size Fix (shrink)?
There is nothing directly available to rebuild a database on device and in general, rebuilding on a device is not generally a good choice - even in modern devices with better memory and storage. In...
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
So did I understand you correct, that having e.g. an i7 quad core it's having on OS 4 cores / 8 threads with hyperthreating activated on one die on one chip on one socket. Anywhere is treating it with...
View ArticleRe: Java in Database
I'm suggesting the various JVMs into one for distributed computing ..where the definition/business logic is retrieved from the DBEngine and executed on the multiple JVMs.. i.e. like enhancing...
View ArticleRe: Ultralite Database Size Fix (shrink)?
Hi Chris, The database of the application grows and the perfomance is decreased, so that's why i need to recover free space (because on certain moment of business activity, a lot of data is deleted,...
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
Some years ago like you now I was trying to get detailed and dependable information. So I've started a similar discussion with the same topic...
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
Note: Reimer relates to the licensing on VMs whereas Frank seems to have asked (and Jeff and Jason have answered) w.r.t. physical machines, if my understanding is correct. And that makes a big...
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
I am not sure why you feel you are getting different information. What I have posted is correct and is consistent with the definitions laid out in the license agreement. If you would like to discuss...
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
Well... VM is another topic
View ArticleRe: What is the defintion of socket and/or CPU in connection with SQLAnywhere 16
Ah. Now I've got the point. Thanks for helping.
View ArticleRe: How to create remotes with version 8 , consolidate db version is 12
got a doubt while trying (you may use an existing v8 reload.sql script and parametrize that so it supports remote users, subcriptions and the like as variables.) if we extract new v8 remote (a) using...
View ArticleError converting database ASA 9.0 to 16.0
I'm trying to upgrade a database from one of our customers from ASA version 9.0.2 build 2451 to SAP SQL Anywhere version 16.0 build 1915.I'm using the unload database utility in Sybase Central. I get...
View Article