Re: Slow updates
Hi Robert, The process is updating records, not queries or select statements. It's taking a record set from one file and issuing UPDATE statements against another table.If it's a pure update/insert...
View ArticleSql Anywhere product road map
Hello, allOur company is about to start a new large project soon.Several DB providers are being evaluated, among them SAP SQL Anywhere.Since this is going to be a product line for the next 15-20 years,...
View ArticleRe: Sql Anywhere product road map
Hi Arcady, As far as I know, SQL Anywhere is alive and well. In addition to being offered as an product for sale to end users and OEMs, it is part of, or included with, many other SAP solutions....
View ArticleRe: Can't start database in read only mode
You should be able to guarantee that your database can be validated in read-only mode if you use the WAIT BEFORE START clause. See DocCommentXchange. Rolling back transactions requires writing to the...
View ArticleUpgrade Database schema of ultralite in iOS
Hi, I am trying upgrade schema of ultralite using sql script file in iOS. I am using the below statement to upgrade schema "ALTER DATABASE SCHEMA FROM FILE". I was able to upgrade ultralite...
View ArticleTiming start of Mobilink Client service
Hello, allWe have a situation where some of our smaller clients need to sync their data using Mobilink.The mobilink service is automatically started when the machine starts. So does the DB service,...
View ArticleRe: Timing start of Mobilink Client service
Arcady, if these are Windows OS services, you can set a dependency on the Mobilink client service to only start once the DB service has started. See the dbsvc.exe -rs switch in this linkService Utility...
View ArticleRe: Upgrade Database schema of ultralite in iOS
Hi Suman,iOS 8.2 was released a few days ago.Which are your SQL Anywhere version and build numbers?You can downloaded updates from SAP Support Portal.Thank you,Mirco
View ArticleRe: Upgrade Database schema of ultralite in iOS
You can use the ULConnection::GetLastError() to access the error details. if( ps->ExecuteStatement() ) { const ULError * error = ulconn->GetLastError() // get info from the error object to...
View ArticleMobilink whith various SQL Anywhere database version
Hello Is there a problem to create a Mobilink synchronization between various SQL Anywhere database versions ? I have a succesfully little experience using Mobilink whith SQL Anywhere 10 databases...
View ArticleRe: User Account Control on Windows 7 affecting Auto-Increment in SQL Anywhere
Hi Barry, I've moved this topic to the SQL Anywhere SCN Community. --- User Account Control (UAC) should not have a specific effect on the ability to insert records and data into the SQL Anywhere...
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
Hi Jeff, this is allready some great advice for our sybase 16 engines, so they dont drain the memory of the server to fast. but the memory usage isn't causing the problem with they sybase 9 engines i'm...
View ArticleRe: Mobilink whith various SQL Anywhere database version
Hello Jean-Marc,There are a few compatibility scenarios to be concerned with: Matching the SQL Anywhere remote/consolidated database file to the version of the SQL Anywhere remote/consolidated database...
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
This Q&A may or may not apply to your situation: Windows Server 2012 R2 runs out of ephemeral ports, though it shouldn't
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
Hi Stephen, What are the bitnesses of the database server binaries in each case - is SQL Anywhere 9 also x64 or are you moving from x86 to x64 server binaries between version 9 and 16? --- What's the...
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
this is something i will forward to our tech guys, so they can look it upthx!!
View ArticleRe: Limit n° services Adaptive Anywhere on Windows 2012?
Hi Jeff, the sybase 9 engines are running in 32 bit, the sybase 16 engines are running in 64bit. this is the message in the event viewer : The description for Event ID 1 from source ASA 9.0 cannot be...
View ArticleRe: Mobilink whith various SQL Anywhere database version
Thank you Jeff Using your very helpful response, this morning I try the following scenario on my Windows 8.1 64 bits PC ... - I start my consolidated SQL10 database with an SQL12 64 bits engine =>...
View Article