Subject: Advantage DB StartTransaction RollBack - by: marcer
It's functionnal with server connection. Thanks.
View ArticleSubject: Error in Compiling Sample Code - by: Support
Hello It works for me and there was no changes in this demo after 6.0.1 release. 1) Do you see AnyDAC menu item in Delphi IDE ? 2) Check the version in AnyDAC -> About. Is it 6.0.1 ? 3) Finally I...
View ArticleSubject: Advantage DB and index - by: marcer
I will test and recontact you after! Best regards!
View ArticleSubject: Any SQL conversion capability in AnyDAC? - by: Support
Hello George Sorry, but AnyDAC does not provide such capabilities. I will suggest to check the Google, which returns few link with few sublinks to the tools:...
View ArticleSubject: I need to make a blocking record a Table of Advantage Database - by:...
Hi. I think the team it's working on this request: http://www.da-soft.com/forums/anydac-general-english/get-handle.html
View ArticleSubject: TcxScheduler,TcxSchedulerAggregateStorage and Resources - by: Pamalau
Opps. Brain fade. The color is there. Sorry Paul
View ArticleSubject: mysql INSERT => characters are truncated - by: Support
Hello You should set ResourceOptions.MacroCreate, MacroExpand, EscapeExpand to False. If you does not use parameterized SQL's, then set ResourceOptions.PreprocessCmdText to False at run-time.
View ArticleSubject: Persist record in TADTable after rollback - by: Support
Hello 1) If Post passes well, then although next "raise" leads to ADTable1.Cancel, ADTable1 is not in inserting mode already. So, Cancel does nothing. 2) Rollback will not invalidate / refresh...
View ArticleSubject: Fieds calculated ReadOnly in TADQuery - by: Support
The [SUM] column is read-only, as it cannot be updated. And ODBC driver provides correct information. The SUM with Advantage connection is read-write. Because Advantage does not provide such...
View ArticleSubject: Deleting cached updates with a cloned cursor - by: Support
Hello I tried ADQuery with CachedUpdates = True, added a new record to ADQuery, deleted this new record in a cloned ADMemTable, called ApplyUpdates. Nothing bad happens. As I see the new record was...
View ArticleSubject: Updates on views / Version 6.0.1.2603 - by: Support
Hello Urs Thank you for your patience ! The issue is fixed. To get updated sources, please contact support@da-soft.com and provide your license info.
View ArticleSubject: unable to install anydac trial 5.0.7.2333 to lazarus 0.9.30.4 fpc...
Email request has been sent. Thank you. Steve Craig
View ArticleSubject: FetchMode = fmManual and method Post or Cancel what's wrong? - by:...
hi, thank you for your fastest help. Second solution seems to be working very well. Thanks a lot.
View ArticleSubject: Fields are readonly after Update to 6.0.1 - by: Support
For SELECT's with GROUP BY and set operators (UNION, INTERSECT, etc) the DBMS API may not return original table and column names. Then AnyDAC will see all SELECT list columns as non-base fields. So,...
View ArticleSubject: Problem compiling under Lazarus 1.0 RC1 FPC 2.6.0 - by: Support
Hello Neville Please read paragrpah starting with "Note, FPC 2.6.0 may return" at: http://www.da-soft.com/anydac/docu/Lazarus___FPC.html
View Article