3
votes
5answers
99 views
Poll: How do you version control your schema?
We're a long time SQL Anywhere+Delphi development shop. A lot of our developers have come up with their own simple implementations of how to manage the version of a SQL Anywhere d …
1
vote
1answer
86 views
Invisible row locks?
In SQL Anywhere 11:
I am trying to update a row in our database.
In ISQL I "select * from table"
Right click
Edit Row
Change a value in a column.
I get the message: "The row …
1
vote
2answers
52 views
How do I find the maximum length for server hostname?
I just inherited some legacy code that uses SQL Anywhere. The server name is truncated, whenever constructed, to 30 characters. This causes problems for some users. I want to fi …