Re: Error 7200/4004 after upgrading to ADS v11
Sorry, I omitted the SQL that causes the error: update Badset gradingord=6where po='X00259008';
View ArticleRe: Error 7200/4004 after upgrading to ADS v11
I've found a fix: change the index expression to "Descend(SubStr(po,4,6))".
View ArticleProblem with ADS 11 and Delphi XE8 when using locate and SQL-Statement
Problem with ADS 11 and Delphi XE8 when using locate and SQL-Statement. With Delphi XE6 it works. Example:CREATE TABLE test ( TETENR CIChar( 15 ), PREZPR Double( 4 ), PreisEinh Short)...
View ArticleRe: AdsData - Access Violation - XE8.1
You referencing an array element that is beyond the number of fields. If the number of fields is 1, then you cannot reference anything beyond element zero, but you seem to be referencing element 1...
View ArticleRe: AdsData - Access Violation - XE8.1
Hi Thank you for your reply - I was getting frustrated that Advantage(SAP) had acknowledged an issue with the code but no one had offered any fix for this. This works fine in ADS when in XE6 but fails...
View ArticleRe: AdsData - Access Violation - XE8.1
I see. Perhaps they are waiting to bring out version 12 before killing this bug in their code. Are you sure XE8.1 is sound?
View ArticleRe: AdsData - Access Violation - XE8.1
Hi I will be annoyed if they leave this so long - I spend many £10,000's with them every year and if I do not get my application to market they will not be getting the revenue. Best Wishes PLJ
View ArticleRe: AdsData - Access Violation - XE8.1
Re XE8.1 - who can say if its sound or not? I have seen other Advantage post's about this error but nothing in any Embarcadero newsgroup. I tried this with a Client Data Set before posting on the...
View ArticleMaximum hardware for ADS configuration
We are looking to move our server and application to VMware. What is the maximum amount of memory that the ADS server can take advantage of? What about multiple processors? Will we see a speed...
View ArticleIs it possible to optimise an insert statement?
Hi, I am running query logging to find unoptimised sql statements in my application to try and find bottlenecks. In the log that gets built, insert statements show up as unoptimised. Is it possible to...
View ArticleTo NUMA or not to NUMA - Server emergency
Hey I need an ADS Server guru to try to figure out what is going on with our server and give us some advice as we are moving to a new server and want to make sure we get it right this time. Right now...
View ArticleRe: Is it possible to optimise an insert statement?
Also, the following comes up as unoptimised as well. Merge replication_queue a Using __new b on a.rowid=b.rowid and a.tablename='TCARD' When matched then update set command='I' When...
View ArticleCan't access devzone forum
Hello, I can't access http://devzone.advantagedatabase.com/forum anymore.Can you please have a look at it, maybe this is a temporary problem? Thank you and best wishes,Marc
View ArticleRe: Can't access devzone forum
Hi Marc, It was down for me this morning at right about the same time. Appears to be up and running fine now.Chris
View ArticleRe: Can't access devzone forum
The server hosting the devzone website is under emergency maintenance. It should be back in a few hours. Thanks
View ArticleTadsQuery with special character
Hi all, I have a problem doing some sql query with ADS Local and set the location to spanish. The sql is select * from table where field like '%Ñ' I have some collation error with this query but if I...
View ArticleInternal server error: Timed out waiting for a free available connection
Hello everyone! In the companyweADS9.1,themanagement systemsare programmed withharbour language anda Web application thataccesses the datamade with playframework (java). I write if I can help on an...
View ArticleRe: AdsData - Access Violation - XE8.1
We believe this regression happened due to an undocumented change in Delphi XE8. To be precise, the typecasting of TList<t> to TList is giving unexpected results. While we are in the process of...
View ArticleRe: To NUMA or not to NUMA - Server emergency
Hi I am not a ADS and/or Windows expert but here are a couple of suggestions. (I am not clear on how is numa enabled but I am just sticking with assumption that numa is enabled) 1. Disable numa and...
View Article