Search found 5532 matches

by AlexP
Fri 21 Apr 2017 10:59
Forum: Universal Data Access Components
Topic: direct mode to oracle broken
Replies: 6
Views: 1665

Re: direct mode to oracle broken

We have uploaded the fixed version. Please download again
by AlexP
Fri 21 Apr 2017 10:55
Forum: Universal Data Access Components
Topic: ANDROID Support in 7.0.1 broken
Replies: 15
Views: 3831

Re: ANDROID Support in 7.0.1 broken

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us
by AlexP
Thu 20 Apr 2017 10:40
Forum: Universal Data Access Components
Topic: UniConnectDialogFMX and Android
Replies: 3
Views: 1379

Re: UniConnectDialogFMX and Android

Because it is a modal form and modal forms are not supported on Android
by AlexP
Thu 20 Apr 2017 08:31
Forum: Universal Data Access Components
Topic: direct mode to oracle broken
Replies: 6
Views: 1665

Re: direct mode to oracle broken

Hello,

We have already fixed the problem, and we can send you a night build in order for you to check this case on your sample. For this, please send your license number to alexp*devart*com.
by AlexP
Thu 20 Apr 2017 08:07
Forum: Oracle Data Access Components
Topic: BLOB in OraQuery Fields
Replies: 1
Views: 2501

Re: BLOB in OraQuery Fields

Hello,

The standard DBGrid does not support images displaying.
by AlexP
Thu 20 Apr 2017 08:00
Forum: Oracle Data Access Components
Topic: Oracle 11 to Oracle 12 upgrade
Replies: 15
Views: 10077

Re: Oracle 11 to Oracle 12 upgrade

Helllo,

If the database structure has not been changed, no additional changes will be required in ODAC or in your code.
by AlexP
Thu 20 Apr 2017 07:50
Forum: Oracle Data Access Components
Topic: Direct connection fails after upgrade to 10.0.1
Replies: 10
Views: 8340

Re: Direct connection fails after upgrade to 10.0.1

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us.
by AlexP
Fri 03 Mar 2017 05:24
Forum: PostgreSQL Data Access Components
Topic: pgDac install into Lazarus 1.6.4 problem
Replies: 3
Views: 5452

Re: pgDac install into Lazarus 1.6.4 problem

Hello,

Currently, the trial version supports Lazarus 1.6.0 and FPC 3.0.0 Lazarus 1.6.4 will be supported in the next version.
by AlexP
Fri 17 Feb 2017 09:58
Forum: EntityDAC
Topic: How to use LINQ Query .Any function
Replies: 8
Views: 7538

Re: How to use LINQ Query .Any function

Hello,

Please provide the model file to support*devart*com, in order for us to be able to reproduce the problem.
by AlexP
Thu 02 Feb 2017 10:45
Forum: Oracle Data Access Components
Topic: Memory leak in dclOdac.bpl
Replies: 2
Views: 1987

Re: Memory leak in dclOdac.bpl

We fixed Memory Leak and added check to run Version Checker
by AlexP
Thu 02 Feb 2017 08:22
Forum: EntityDAC
Topic: master deatil issue
Replies: 3
Views: 5104

Re: master deatil issue

Try to disable cache of the context:

Code: Select all

Context.Options.Cache.Enabled := False;
by AlexP
Tue 31 Jan 2017 13:38
Forum: Oracle Data Access Components
Topic: Can't filter on a field name that contains a single quote.
Replies: 5
Views: 1698

Re: Can't filter on a field name that contains a single quote.

You are welcome. Feel free to contact us if you have any further questions.
by AlexP
Tue 31 Jan 2017 08:58
Forum: Oracle Data Access Components
Topic: Can't filter on a field name that contains a single quote.
Replies: 5
Views: 1698

Re: Can't filter on a field name that contains a single quote.

Thank you for the information. We have fixed this behavior.
by AlexP
Mon 30 Jan 2017 10:18
Forum: EntityDAC
Topic: Trial expired immediately on fresh install
Replies: 6
Views: 3723

Re: Trial expired immediately on fresh install

Please specify what you mean by
looked at the Demo project and it was a 2008 project and really doesn't map to modern development.
P.S. The first EntityDAC release was on Oct 11, 2014
by AlexP
Mon 30 Jan 2017 09:30
Forum: Oracle Data Access Components
Topic: Can't filter on a field name that contains a single quote.
Replies: 5
Views: 1698

Re: Can't filter on a field name that contains a single quote.

Hello,

If there are single or double quotes in the filter, we consider it as the string beginning, but not the field name, as strings must be quoted. Therefore, in the filter expression for such fields, you should use square brackets.