I've recently become responsible for administering an application which is essentially a front end to a Sybase SQL Anywhere 9 database, including the database itself. I'd like to use unload table to efficiently export the data for backup and, in the…
While diagnosing performance issues with vendor software that runs off of SQL Anywhere (9.0.2), I stumbled upon some interesting data in regards to I/O Bandwidth. According to the 9.0.2 manual, the database property "CurrIO" shows "The current…
Currently I have a SQL Anywhere (version 10) database (.db and .log files) - the idea is to extract the data and utilize it for a MS SQL database.
The problem is that I start a SQL Anywhere server and attach the database in question to it, but then…
We are currently experiencing a growing temporary file problem. Watching one of our sites we can see a growth of 100 - 200 MB a day at one site we are watching. At this site a failure occured when the temp file reached 20Gb and a free space issue…
So this may seem like a silly question but I have been unable to find documentation that supports either side of the question.
SQL Anywhere 10 - dbsrv10.exe has numerous startup options. I'm being told by some near me that the service can not…
We have found in the past couple of days (unknown when this first appeared) that services for MYSQL and SQLAnywhere 16 are taking 20 minutes to start when a windows 2012 R2 server is rebooted. After this time they run without any issues. We have…
Does anyone know in Sql AnyWhere, how can I set the ReadOnly property of any database to On?
I can only see the way to access the property, but cannot find the way to set it correctly at the first place.
Thanks in advance.
is it possible to connect to a SQL Anywhere Server without an existing database to create one. In SQL Anywhere Studio i always have to define an existing database.
Regards
Martin
heres the situation, i have a windows 2008 enterprise server (brand new) so far the only thing installed on it out of the box is SQL Anywhere 9.0.2 and Mysql 5.1 its all setup and working i have transferred a database to the server and set it up as…
Where and how should I set LD_LIBRARY_PATH to be visible by apache?
I tried to add following code to .bash_profile:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/folder_with_library/
export LD_LIBRARY_PATH
I restart apache but in phpinfo() i still see…
I added the extension to php.ini to get the module to load but now I am getting this error
Warning: sasql_connect() [function.sasql-connect]: The SQLAnywhere client libraries could not be loaded. Please ensure that libdbcapi.so can be found in your…