We are using version 12 Mobilink and we have a production environment and a test environment.
Each environment consists of a webserver, DB, and a Mobilink server.
We took a copy of the production DB and Mobilink scripts and copied them into our test ...
If I have a table that has some spatial fields in it (i.e. a list of points geometries), is there anyway using ISQL to do something like
SELECT * from address_table ;
OUTPUT TO c:\\testit\\address_table.sh FORMAT SHAPEFILE ;
I know it's real easy to ...
I was wondering if anyone could comment on running multiple databases on one server. We use SQL Anywhere 12 and above and up until now we've pretty much dedicated a server to an entire DB instance (i.e one dbsrv executable running). Our database fi...
Does anyone have a list of the necessary steps to get the 17 ODBD drivers up and running on a Windows 2000 machine? I know this is an old version of Windows but it seems to be the only one that will support Powerdynamo. We can connect to the 17 DB ...
Do SQL Anywhere Licenses transfer when there is a change in ownership at a company?
For instance, if we have an internal application written in Sybase SQL Anywhere and another company purchases our company, are they entitled to use the same Sybase li...
Thanks for the very insightful response Breck. We already do multi-tenant type setups so this would would almost be a multi multi setup. Kind of like a developer that own multiple apartment complexes with hundreds of people in each one. The points...
Posting to my own question - I think I found an answer. I went in and created an index on the Geometry field (the linestrings) in the table - HELLO !!!!! Unbelievable speed!!!! It now processes about 10 queries a second.
Life is good
We fixed the problem. It appears to have been caused when we brought down the database but did not stop an apached tomcat server that had connections to the DB. We decided to bring the DB down again and make sure every program that connected to it ...
Is Windows 7 Phone supported? Looking at the matrix, it just says Windows 7. Could we develop a synchronized Ultralite app that will be deployed on a Window 7 phone?
If so, what is the preferred development environment?
Thanks!!!!!!!!
Thanks for the answer - after I posted, I thought I should have said we were using UltraliteJ. We did about 7 synchronizations. I am going to run some other tests to see what could be causing this but you are suggesting that if you download the sam...