Subject: Вопрос по макросам - by: DmitriyMarkov
Уже как-то задавал один вопрос, тогда всё оказалось просто, а тут непонятное поведение, на мой взгляд. Мне нужно было при помощи макроса добавить в запрос команду LeftJoin и собственно поле которое...
View ArticleSubject: Exception class EStringError when connecting to TADConnection XE3 -...
I know it does'nt help. OK i will communicate with you directly.
View ArticleSubject: Nested transactions... - by: jEinsamkeit
Hello, I have two questions: QUESTION # 1: I have a question about the behavior of nested transactions, eg ADConnection1.StartTransaction;// start a transaction ADConnection1.StartTransaction;// Save a...
View ArticleSubject: AArgument in TADEventAlerter - by: Support
Hello Artik No, Firebird API does not allow to send arguments for an alert.
View ArticleSubject: Nested transactions... - by: Support
Hello 1) Thank you for reporting that. That was quite old code not covered by our QA suite. We fixed the issue. To get changes you can contact support@da-soft.com and provide your license info. 2) In...
View ArticleSubject: I migrated an BDE application with AnyDAC, of a database Advantage...
Hello ADConnection1.Commit;//Here ends the transaction initiated by the TADTable1 EDIT and releases the locked record Regarding this issue I answered in other topic, that the issues is fixed. Another...
View ArticleSubject: Connection in DLL - by: Support
Ok ... 1) Check, that "comptac10" is a system DSN and not a user DSN. 2) There was a minor issue in AnyDAC, which we have resolved with your report. To workaround this issue use...
View ArticleSubject: Вопрос по макросам - by: Support
Здравствуйте 1) Просьба предоставить тестовый пример. На простом тесте у меня все работает. 2) Проверьте, что ResourceOptions.MacroXxxx, ParamXxx, EscapeXxx все имеют значения по умолчанию. 3) В тексте...
View ArticleSubject: TADGUIxXxx and hyrbrid Win32 Service / VCL Forms application - by:...
Thanks, that helped sort out my issue. I added uADGUIxConsoleWait to the project uses list and set FADGUIxSilentMode = false and FADGUIxProvider to C_AD_GUIxConsoleProvider at program startup....
View ArticleSubject: TADStoredProc access restriction in MySQL - by: Support
Hello Please provide a trace file for a simple application, which will call the stored procedure and will get the error.
View ArticleSubject: Nested transactions... - by: jEinsamkeit
Ok, thanks for everything. I will contact you for updating AnyDAC.
View ArticleSubject: I migrated an BDE application with AnyDAC, of a database Advantage...
Ok, thank you very much. Carries out tests with a newer version of AnyDAC, to test the new transaction behavior in MSSQL, any questions or comments I'll get back with you. Thank you!.
View ArticleSubject: Get Handle - by: Support
We contacted Advantage technical support and asked to provide the support for pessimistic locking. As we see the problem is really on the Advantage side, not on AnyDAC side. They agreed to review the...
View ArticleSubject: TADStoredProc access restriction in MySQL - by: Support
You welcome. Will be happy to help again.
View ArticleSubject: use reurning option with TADSCRIPT - by: r038tmp5
I have found a bypass solution. When then 6.0.5 version will be available ?
View ArticleSubject: Duplicate ADMemtable structure from adquery structure - by: Support
Hello At least two options: 1)[code]ADMemTable1.FieldDefs.Assign(ADQuery1.FieldDefs); ADMemTable1.Open;[/code] 2)[code]ADMemTable.CopyStructure(ADQuery1, [coStructure]);[/code]
View ArticleSubject: TADStoredProc access restriction in MySQL - by: Support
Please provide: - environment report - simple test application reproducing the issue - stored procedure header
View ArticleSubject: use reurning option with TADSCRIPT - by: Support
AnyDAC v 6.0.5 will be available in few days.
View ArticleSubject: Duplicate ADMemtable structure from adquery structure - by: Support
Yes, we regularly updating documentation.
View ArticleSubject: After post event question - by: lorife
no problem, if that's the case i'll just use a TADQuery!! thanks!
View Article