I am wondering in there is already some Information out about SQL Anywhere supported on Apple Silicon?
And, if someone tested, does it run as Intel app on a Mac mini M1 for example?
Regards, Robert
Is my observation of starting the database server dbsrv17 with the option -c 8g (for example) with -ca 0 not set, i. e. the automatic cache size tuning is enabled on a (physical) server with 32GB correct, that the database server is only assigning mo...
I am wondering which of the following two data types you use: DECIMAL or NUMERIC?
In the SQL Anywhere documentation, it says DECIMAL is a core feature of the ANSI SQL Standard, whereas NUMERIC is compatible. As far as I understand, DECIMAL gives the ...
I am wondering if reorganising a table like
REORGANIZE TABLE "hades"."courses";
leads to exactly the same result as executing following 2 statements (here a recursive constraint to table courses, i. e. relationship in the data model, otherwise of ...
First of all, I wish to all of you a happy New Year and a good 2020!
I have switched to the SQL Anywhere native driver and finding now some occurance of following errors. In the java.sql.SQLException: line (somewhere a bit below the middle of the cod...
Very sad to hear about Breck's passing – my condolences to the family. I have never met Breck but very much like to read his publications, which gave me many insights into SQL Anywhere and was a big help.
To whom it may be interesting.
Installing SQL Anywhere 17 on a new ARM based MacBook Pro (MacBook Pro 14-inch, 2021) went without a problem (using the SQLANYW170001P_2-71001547.TGZ installer).
I can startup all of my existing databases, and automatic...
Im my environment on a Mac, the
ALTER DATABASE CALIBRATE DBSPACE temporary
returns SQLQODE=-308 AND shuts down my database server (dbsrv17).
I executed previously the mentioned SELECT stmt for a table to grow the temporary file, but it did not help...