Quantcast
Channel: DA-SOFT Technologies - Forum
Browsing all 1040 articles
Browse latest View live

Subject: wait until lock is release in concurrent update - by: Support

Hello Microsoft Access do not support lock waiting.

View Article


Subject: Table Name - by: Support

Hello [code]ADQuery1.Prepare; ShowMessage(ADQuery1.Command.CommandIntf.SourceObjectName);[/code]

View Article


Subject: Problem StartTransaction and Network lost Connection - by: hendrang

Support wrote: Hello Probably you will need to delete .ldb file. Hello, Thanks. I will try it.

View Article

Subject: Как увидеть ошибку TADQuery в async режиме - by: Support

Здравствуйте Используйте обработчик событи OnError

View Article

Subject: Shutdown/Online DB - by: Freddie

Спасибо. А не подскажите может еще в каких-то компонентах реализована эта функция? Потому что хотелось бы наверняка знать что база отправлена в даун и поднята онлайн.

View Article


Subject: How can ApplyUpdates delta data with Another...

Is there a solution for this problem, I have also the same problem, and don't known how to fix it.

View Article

Subject: Как увидеть ошибку TADQuery в async режиме - by: dev2newvisioncom

спасибо, ошибку через OnError получил. Попутно хотел обратить внимание для новичков, если используете асинхронный режим, то чтение dataset начинайте только после AfterOpen. Открытие и чтение в теле...

View Article

Subject: Collation / Charset issues - by: Support

Hello You should verify your NLS_LANG value. Also, probably you have more than one Oracle home and SQL Developer may use one home and AnyDAC another one. Best will be to provide AnyDAC environment report.

View Article


Subject: Problem With "TADTable.FindKey()" - by: jEinsamkeit

Hello It is my mistake. The "TADTable.FindKey()" works fine. Thank you!

View Article


Subject: Transfer data between 2 mysql databases - by: Support

Hello For target ID TFDAutoIncField set IdentityInsert to True.

View Article

Subject: Problem with TADTable Filter - by: Support

What happens if I change "ckStatic" to "FCursorClient := False" in the TADTable.SetupTable procedure? This way works? Then FireDAC will use live data windows. And then filtering should work.

View Article

Subject: No monitoring anymore - by: Support

Hello Peter Do you have MonitorBy=Indy or MonitorBy=Remote parameter in your connection params ?

View Article

Subject: Имя запущенного процесса - by: Freddie

Делаю Backup БД при помощи компонента ADIBBackup и в мониторе БД не отображается имя процесса, породившего соединение. Повторил процесс и наблюдал через IBExpert - снова не отображается имя процесса....

View Article


Subject: No monitoring anymore - by: Support

Ok. Additionally: 1) Verify that ADMoniRemoteClientLink1 is first in component creation order. 2) I cannot remember from which version MonitorBy=Indy was changed to MonitorBy=Remote. So, try "Indy" too.

View Article

Subject: Получить значение ключа при вставке через TADUpdateClient - by: Erik

Разобрался, но выставлять ADUpdateClient.Commands[arInsert].ParamByName('NEW_ID').ParamType := ptOutput; неудобно.

View Article


Subject: Simple Conditional Substitution - by: Support

The CustomerFilter macro should have not empty value, so will be evaluated to True: [code]ADQuery1.MacroByName('CustomerFilter').AsRaw := 'x';[/code] And empty value for False:...

View Article

Subject: can not authenticate - by: JadersonCremasco

Would you like some help, bought a license SImplexIAX and am trying to use the demo to dial my voip structure with IAX connection but can not authenticate, authenticate could help me or give me a...

View Article


Subject: Versions - by: Support

Hello 1) See the top lines in history.txt 2) Run ADExplorer -> Help -> About 3) IDE -> AnyDAC -> About

View Article

Subject: PostgreSQL - by: Support

Главный плюс - возможность указания пути к libpq.dll FireDAC.Phys.PG.hpp должен быть включен в проект для линковки FireDAC PG драйвера.

View Article

Subject: How to manual execute proc OnCalcField ? - by: Support

1) Other field value changes as result of editing ? If yes, then OnCalcFields will be called. If no, then how ? 2) You can call Resync method, which will recalculate fields.

View Article
Browsing all 1040 articles
Browse latest View live