Re: connecting xharbour apps to ADS v10
The ADS.ini is a different file, which you can create in the same folder where your executable is located or in C:\Windows. If you create this file in the C:\Windows folder, other ADS Application will...
View ArticleRe: connecting xharbour apps to ADS v10
There was an ADS.INI file in c:\windows which I renamed ADS.INI.SAV and replaced with an ADS.INI file that contains nothing but the following: [XHARBOUR] LAN_IP=172.16.100.151 LAN_PORT=6262 [SETTINGS]...
View ArticleRe: connecting xharbour apps to ADS v10
The \windows\ads.ini now looks as follows: [172.16.100.151] LAN_IP=172.16.100.151 LAN_PORT=6262 [SETTINGS] USE_TCP_IP=1 I turned off IP V.6. Rebooted the machine. Still SLOW!!
View ArticleRe: connecting xharbour apps to ADS v10
You mentioned installing the "ARC". What is the "ARC"?
View ArticleRe: connecting xharbour apps to ADS v10
ARC is the Advantage Data Architect. I would suggest to install the ARC on your machine, which should use the same ADS.ini file. Try to open with the ARC only over the remote Server your Database and...
View ArticleRe: connecting xharbour apps to ADS v10
I think Hakan's suggestions are great. Two other items I might suggest. A) Be sure you are testing with multiple users from multiple machines. ADS will typically be slower for single user than multi...
View ArticleLink to Free Tables
How can I create a Dictionary that should provide access to free-table from multiple directories while allowing me to specify the Alias name for each table.
View ArticleRe: Link to Free Tables
Hi Jack, You are not able to create a Dictionary Link alias to a Free table directory in a Data Dictionary. What you can do is specify the full path or relative path from the dictionary to the free...
View ArticleRe: Link to Free Tables
Seems like a View would work for me. CREATE VIEW Table1 AS Select * From [C:\LocalData\Table1]; However, is there a way to create a View to a free "Encrypted" table. Using the above command raises...
View ArticleRe: Link to Free Tables
If you are using ADS 10.1 client or later (requires server or later) then you should be able to pass "extra parameters" and set the EncryptionPassword. Help file for AdsConnect101...
View ArticleWEB Platform for Linux (ver.12)
Hi all.Are you going to support WEB platform for linux in ADS ver.12 ?Many thanks.
View ArticleRe: WEB Platform for Linux (ver.12)
I will ask the engineering for this and come asap back to you. In the maintime, you are welcome to post your feature request to http://feedback.advantagedatabase.com/
View ArticleRe: WEB Platform for Linux (ver.12)
I get now the information, that it's not planned for v12. Please send your request to the feedback link, that I send you before.
View ArticleADS data loss
I’m posting this on behalf of a one of our clients. He is concerned there is a bug in Advantage Database Server that could lead to loss of data. They have about 18 software packages all running and...
View ArticleRe: ADS data loss
How was the old and the new drive mapped, did you map to the UNC path or IP address?Was the old and the new share used via Server-Side-Aliases? Are you able to reproduce this issue again and use now...
View ArticleRe: ADS data loss
Hi Hakan, Thanks for your quick response. The server’s local drives:D:\XYZG:\XYZ The network mapping:T: -> \\Server1\XYZ There are no Server-Side-Aliases.I will not be able to reproduce this issue...
View ArticleRe: ADS data loss
Hi Richard, In the first view, it looks for me an issue with the Discovery Process.Are you using an ADS.ini with Lan_IP/Port? If not, I would recommend to use this, to avoid Netbios issues. You can...
View ArticleIs there a RUNSUM function?
Is there a RUNSUM function in Advantage Database which is able to show a running total of the numeric values of a column?
View Article