MobiLink timestamp-based download resends uploaded changes?
I've implemented a standard timestamp-based download in a MobiLink setting with SQL Anywhere 16 as consolidated and remote.The table has a timestamp column called last_modified_tsThere is a shadow...
View Article"Insert on existing update" - updates pKey fields
Hello, allI have a question: why command "insert on existing update" updates not only data fields, but the key fields as well? Here is my use case: The database is no case sensitiveA record is entered...
View ArticleUse and distribute sql anywhere 2 dlls
Hi, I have developed a application for SQL Anywhere that needs 2 DLLs namely dbtool17.dll & dblib17.dllI do not have any installation of SQL Anywhere nor have a license for it.My query is: Can I...
View Article"Not enough values for host variables" when setting more than one variable...
The following statements all work perfectly: cur.execute('SELECT ?, ?', [1, 2])cur.execute('BEGIN DECLARE a int; set a = ?; SELECT 1; END', [1])cur.execute('BEGIN DECLARE a int; set a = ?; SELECT a;...
View ArticleCONTAINS suffix search
Dear support team, your online help shows up, that you can use text indexes with the search function CONTAINS to do a prefix search ( SyBooks Online ) - for example: SELECT x FROM y WHERE CONTAINS(x,...
View ArticleHandling Non-English characters in XML output file
Hi Gurus, I am facing an issue to export Non-English characters into an XML file using XML EXPLICIT. Any idea how I can export the correct Non-English data into a XML file. 1. My DB file has character...
View ArticleUltraliteJ17 - Attempted two active database requests
I'm working on an Android project which makes use of UltraliteJ library for database operations. Previously we are using UltraliteJ 17 library with openSSL version of 1.0.1Q. Since play store...
View ArticleHow to Integrate SQL Anywhere (Include) into Swift - IOS
Hi Team, I need an help from you guys. In my project we are using SQL Anywhere 17 in Objective-C it is working fine. we would like to migrate our project should be in Swift. we are trying to integrate...
View Article"Freeing page not in arena" -- the whole database gets corrupted
Hi, I have the following major crash on the following case:I'm using SQLAnywhere 16.0.0.2234 Structure Table:When I click Data tabVery few records: 14 rowsWhen I execute interactive sql: Select * From...
View Articleunicode not working in nvarchar column
we are using sqlanywhere 12, I am trying to get some unicode characters displaying in our appto start I though i would get it working in isql first SELECT DB_PROPERTY( 'NcharCharSet' ); = 'UTF-8'SELECT...
View ArticleChanging the Collation without rebuilding the DB
Hi Gurus, I am looking for an easy option to change the collation of my SQLA10 DB from 'windows-1252' to 'UTF-08'. I know that I can do it using unload, create new DB with 'UTF-08' and reload the data...
View Article