Arc lot faster than VO
Hi,I ran an script in arc ver. 10 and takes 1.5 Minutes, I ran in VO using: adssqlserver, AdsExecuteSQL, AdsExecuteSQLDirect and it takes around 31 minutes, using client and server ver. 10. Where do I...
View ArticleRe: optimizing numeric expression
ADS does not automatically use indexes to optimize SQL statements. Sometimes the algorithm decides that not using an index is as fast.Another question: Do you use autoopen indexes? Which table type?
View ArticleRe: Arc lot faster than VO
which version of ARC? It might be that a newer ARC optimizes the statemtns much better.
View ArticleRe: Arc lot faster than VO
Ther Arc is a bit older than the ace dlls.Arc 10.0.0.3ACE in VO program 10.10.0.17
View ArticleRe: Arc lot faster than VO
I just implement a test in dot net using the Advantage.Data.Provider ver. 10.0.2.3 and the same script takes 28 minutes versus 1.5 from Arc and 35 in VO.I though the server receive the script and...
View ArticleRe: Connecting to ADS Server 11.1 via ODBC Linux
No sadly ADS is running on Windows.The Network path is ADS WINDOWS MACHINE/Florisoft/DataAdt where Florisoft and DataAdt are directories and florisoft.add is the main db file. i also tried connecting...
View ArticleRe: optimizing numeric expression
it could be that the table is small enough and so the optimizer decides not to use the index. Sometimes a bit weird.
View ArticleRe: Arc lot faster than VO
ARC does not transfer all records. If you press ctrl-down in ARC, it jumps to the last record and thus has to process the complete data - this will take the same ~30min.
View ArticleRe: 11.10.0.24 - Advantage TDataSet
the DLLS Delphi loads are still V12.00 (that's the ACE version string displayed). You replaced the wrong set of DLLs. As I wrote earlier: it's not a component issue!!!
View ArticleRe: Connecting to ADS Server 11.1 via ODBC Linux
I'm totally out of ideas. I've never testet ODBC on linux, so there still might be a configuration issue. From a network view, it should work. JDBC and ODBC communicate through the same ports whereas...
View ArticleRe: Arc lot faster than VO
Joachim,I'm not expecting a cursor back, this is an screen from arc. Please let me know if having the whole script could help.in VO using dotnet adsdataprovider it took 1,736 secs aprox. 30 minutes....
View ArticleRe: optimizing numeric expression
In this case only the adt is 800 MB, customers have bigger tables. Thanks.
View ArticleRe: Arc lot faster than VO
without a cursor, the execution time should be similar. Really strange issue.
View ArticleRe: optimizing numeric expression
did you use different collations for creating and using the index?
View ArticleADS Server 11.10.0.24 error 7160 no SSL
Hi Guys I'm running an app on a Windows Server 2012 and when trying to load a .ADD file I get error 7160. Surprisingly, if I change the LAN_PORT from 6262 to 6264 the error is gone but now it's using...
View ArticleRe: 11.10.0.24 - Advantage TDataSet
I also cannot find the link to Advantage Database Server 11.10.0.30 Service Update, this would help the verions being correct on ADS and adsdelphi.exe
View ArticleRe: 11.10.0.24 - Advantage TDataSet
There is no update in the Server to 11.10.0.30. It must work ADS 11.10.0.24 to Client 11.10.0.30.
View ArticleUser count
Dear Customerservice, we are facing problems when accessing ADS with different programming languages. A Xbase-program accesses the database with ADS. ADS counts one user.If we now access the same...
View ArticleRe: User count
When one connection is made through shared memory (Inter-Process Communication connection) and the other connection is made through sockets (User Datagram Protocol - UDP), the Advantage Database Server...
View Article