Mobilink last download time (12.0.1.3797)
To get the last time the user downloads data from the consolidated I looked in table ml_subscription.I thought the column "last_download_time" would give me the time I would also see in the Mobilink...
View ArticleRe: Mobilink last download time (12.0.1.3797)
Hi Eric, The 'last_download_time' is the time that the remote last uploaded during its synchronization, not the current 'last download' time that the remote is storing. Here's what you should see in...
View Article.NET version of CLR assemblies
Hello, allI am reading the help on the CLR environment in Sybase 16 and it says that only .NET Framework 2 is supported.Can anyone tell me if this is about to change in a visible future, because it is...
View ArticleRe: .NET version of CLR assemblies
The docs are incorrect. The CLR external environment supports up to version 4.5 of the framework.I will get the docs updated. Thanks for letting us know about the error --Jason HinspergerProduct...
View ArticleRe: .NET version of CLR assemblies
Thank you, JeffWhat about versions 11 and 12 ?What versoins of .NET Framework do they support in practice?
View ArticleRe: .NET version of CLR assemblies
Arcady, The information you're looking for is in the SQL Anywhere Client Interfaces web page here: SQL Anywhere Client Interfaceshttp://www.sybase.com/detail?id=1068981 Version 11 and 12 support .NET...
View ArticleRe: .NET version of CLR assemblies
Versions 11 and 12 also support up to 4.5 of the framework --Jason
View ArticleCatch an exception in event version 11
Hello, allWe have an old DB, which had a scheduled event added to it recently.Even launches a stored procedure. Sometimes it terminates with error -6. My question is: how can we catch the sql error...
View ArticleRe: Catch an exception in event version 11
You can use the "ON EXCEPTION RESUME" clause in the create procedure statement to continue after an error. The special variables SQLCODE and SQLSTATE contain information about the execution status of...
View ArticleRe: Catch an exception in event version 11
Before there was TRY CATCH, there was BEGIN ... EXCEPTION WHEN OTHERS THEN ... END which is (as far as I can tell) just as powerful. The trick is to capture the values in SQLCODE, SQLSTATE, and...
View ArticleSAP SQL Anywhere Licensing
Hi all, whre can I find more information about the licensing option of SAP SQL Anywhere for SAP BOBJ installations?Are there any differences to Sybase ASE license? Best regardsArne
View ArticleRe: SAP SQL Anywhere Licensing
Hi Arne, Not really for SAP BOBJ license part but yes some info regarding SQL Anywhere license in the below given link http://www.sybase.in/detail?id=1056242 SAP Sybase SQL Anywhere 16 Separately...
View ArticleSQL Anywhere 16 Developer Edition Fails to Download
I recently joined and I am trying to download the SQL Anywhere Developer edition from this link http://global.sap.com/campaign/na/usa/CRM-XU13-CST-SQLDEVEDM/index.html However, after filling out the...
View ArticleSQL Anywhere 16 fails to install on Mac
SQL Anywhere 16 fails to install on Mac (Mac OS version 10.7.5). Setup application says "Internal error"
View ArticleRe: SQL Anywhere 16 Developer Edition Fails to Download
Update, it appears broken still this morning.
View ArticleAccessing external web service with non-constant URL
Hello, allI am looking in the documentation on accessing external web services, but either I am looking in the wrong place, or the documentatoin is lacking info. My clients have several web services in...
View ArticleRe: SQL Anywhere 16 Developer Edition Fails to Download
My apologies Israel. Unfortunately there seem to be some problems with the SAP download server we are using to host the developer edition download. We are trying to get the issues resolved. You may...
View ArticleRe: SQL Anywhere 16 Developer Edition Fails to Download
Hi Jason,That certainly explains it. I just cleared my entire cache and the download continued to completion. Thanks.-Israel
View ArticleRe: Accessing external web service with non-constant URL
The following will call a web service with whatever URL you pass in as the argument "myurl". I think that is what you are looking for. CREATE PROCEDURE cli_test2( myurl LONG VARCHAR ) RESULT(...
View Article