Re: Persistent read locks using ODBC client
Does each statement that gets sent to the database has a different statement handle?Each of these four statements that go to the server would have a different statement handle?No, not neccessarily - it...
View ArticleRe: How to return error message from nested stored procedure/trigger
Hi Edgard, There is an example of this use-case in the documentation: http://dcx.sybase.com/index.html#sa160/en/dbusage/ptewnc.html - does this example help you with the format for raising exceptions...
View Articleslow select in big table
Hi, We have a table of 12 million records and we want update 1 column of 1,9 million rows so we know the present records are old values. No indexes on that table, primary key= 5 columns, table=8...
View ArticleRe: Alter synchronization subscription
Now we have a client that can not connect to the Mobilink server, possible due to firewall settings.Is it just the one client, or can no clients connect to this server?Btw we run the sql command...
View ArticleRe: Persistent read locks using ODBC client
Thanks Jeff. I have asked in the SoftVelocity forums, but I think my questions may have been too vague. With the information you have given I think I should be able to ask better. Best regards,Edgard
View ArticleRe: slow start update big table
Hi Danny, No indexes on that table, primary key= 4 columnsJust to you're aware, we automatically create indexes on formally declared primary key columns. When we do a simple count(*) of these rows, we...
View ArticleRe: Mobile Connection using SQL Anywhere 12
Jeff, Sorry for my delay response. Was working on a separate project. Anyways, I tried running the ODBC sample app like you said but it gave me an error stating..."Cannot find 'odbc_sample' (or one...
View ArticleRe: slow start update big table
Yes this is normal behavior. Select count() will lead to a sequential table scan, which means all rows are visited. Anyway updating 90% of the rows will always lead to a sequential scan and write of...
View ArticleRe: Mobile Connection using SQL Anywhere 12
Hi Rick, That's very strange - I wonder if there is a chipset incompatiblity with that particular device. Do you know if the Symbol MK500 has full ARMv4i support? (I believe it has an XScale processor...
View ArticleRe: slow start update big table
Just a note that sybase.com will eventually be migrated to sap.com, therefore the above web link will not be appropriate in the future. Customers can continue to ask questions on our original web forum...
View Articlesa_table_stats and sa_table_page_usage
Why does sa_table_stats() seem to show mainly views?Why does sa_table_page_usage() show different tables than sa_table_stats?
View ArticleEBF download problems
Is there something going on with the EBF download server this morning (Monday, 29 April)? I have tried 4 times from different machines to get the latest 12.0.1 EBF, and it has always aborted the...
View ArticleRe: EBF download problems
I see the same behaviour Dave. It looks like there is an issue on the download server. I'll work with our internal folks to get it fixed up.Sorry for the inconvenience, --Jason
View ArticleRe: sa_table_stats and sa_table_page_usage
sa_table_page usage displays information for all tables in the database. sa_table_stats only displays information for tables the optimizer is currently maintaining page statistics for. If you have not...
View ArticleRe: Alter synchronization subscription
Thanks, All clients can connect to the Mobilink Server except this one. Conclusion:If we open port 2439 in the firewall on the client site the problem is solved?If there is a other port open on the...
View ArticleRe: EBF download problems
The problem should be resolved as of this morning. Please let us know asap if you are still having problems with downloads.Thanks for your patience, and once again we are sorry for the inconvenience....
View Article-TL switch - not sure it is working
Hello, I am not sure the -tl is working properly. As we have a number of issues, mostly on 64-bit --- and my testing shows otherwise. If I have SQL Anywhere 12 64-bit (latest build) running on a...
View ArticleRe: -TL switch - not sure it is working
-tl handles the case where the connection is unresponsive, as opposed to physically disconnected as in your example. When you unplug the network cable, the next time the server tries to do anything on...
View Article