Search found 1951 matches

by MaximG
Tue 04 Oct 2022 15:14
Forum: Oracle Data Access Components
Topic: Support for Apache ActiveMQ?
Replies: 3
Views: 44427

Re: Support for Apache ActiveMQ?

If you have a question about using Apache ActiveMQ instead of Oracle Queues, you should refer to Oracle Support.
by MaximG
Tue 04 Oct 2022 14:57
Forum: Oracle Data Access Components
Topic: Memory not released after closing TSmartQuery with LOBs
Replies: 16
Views: 65078

Re: Memory not released after closing TSmartQuery with LOBs

Unfortunately, we haven't gotten any answer from Oracle yet. We will report to you as soon as they give feedback to us on this issue.
by MaximG
Tue 04 Oct 2022 14:19
Forum: Oracle Data Access Components
Topic: CheckMode (again)
Replies: 1
Views: 8027

Re: CheckMode (again)

We've tested the CheckMode property using ODACDemo (included with the examples provided with ODAC) and unfortunately were unable to reproduce the situation you described
by MaximG
Tue 04 Oct 2022 13:19
Forum: SecureBridge
Topic: Version 10.1.1 not working in C++Builder XE5 or Alexandria
Replies: 1
Views: 8144

Re: Version 10.1.1 not working in C++Builder XE5 or Alexandria

This is a known problem of the C++ Builder compiler, and we can't influence it. As a workaround, you can change TArray<System.Byte> to TBytes and assign the event handler in code at run-time instead of assigning it at design-time
by MaximG
Wed 17 Aug 2022 12:57
Forum: Universal Data Access Components
Topic: SQLite and remote access
Replies: 2
Views: 7575

Re: SQLite and remote access

Please be informed, that we've checked access to the SQLite database file test.db3 with the following code:

...
UniConnection.ProviderName := 'SQLite';
UniConnection.SpecificOptions.Values['Direct'] := 'True';
UniConnection.DataBase := '\\Share folder\Static\test.db3';
UniConnection.Connect;
...

Kindly note, that we successfully connected in this way to the database on the network resource 'Share folder' from two independent computers.
by MaximG
Mon 25 Jul 2022 19:47
Forum: Universal Data Access Components
Topic: Sqlite Direct
Replies: 1
Views: 1738

Re: Sqlite Direct

Specify which UniDAC edition you are using and under which platform you are compiling your application
by MaximG
Thu 16 Jun 2022 10:53
Forum: SecureBridge
Topic: TScHTTPWebRequest can't download file on https
Replies: 2
Views: 9996

Re: TScHTTPWebRequest can't download file on https

We checked the operation of our components and couldn't detect any problems. Please, let us know which version of SecureBridge you are using. Also, make sure the SSLOptions.Protocols of the ScHttpWebRequest component you are using is set to [spTls12, spTls13]
by MaximG
Thu 16 Jun 2022 10:48
Forum: SecureBridge
Topic: Cannot install indy9sbridge70.bpl
Replies: 2
Views: 8272

Re: Cannot install indy9sbridge70.bpl

Possibly, our IDE doesn't have Indy 9 installed. Please, make sure that these components are in this version
by MaximG
Thu 16 Jun 2022 10:48
Forum: SecureBridge
Topic: Cannot install indy9sbridge70.bpl
Replies: 2
Views: 8272

Re: Cannot install indy9sbridge70.bpl

Possibly, our IDE doesn't have Indy 9 installed. Please, make sure that these components are in this version
by MaximG
Thu 16 Jun 2022 09:15
Forum: SecureBridge
Topic: getting the file list with sftp
Replies: 1
Views: 7991

Re: getting the file list with sftp

Please describe the issue in more detail. Сreate and send us a sample project where the issue can be reproduced. For your convenience, please use the e-support form https://www.devart.com/company/contactform.html
by MaximG
Fri 03 Jun 2022 14:12
Forum: SecureBridge
Topic: TScHTTPWebRequest can't download file on https
Replies: 2
Views: 9996

Re: TScHTTPWebRequest can't download file on https

Thank you for the information. We will investigate the described issue and let you know the results shortly.
by MaximG
Mon 09 May 2022 19:39
Forum: Oracle Data Access Components
Topic: Works Delphi 32bit app with 64bit-Oracleclient?
Replies: 2
Views: 10097

Re: Works Delphi 32bit app with 64bit-Oracleclient?

The RAD Studio itself is 32-bit, therefore you cannot use Oracle Client x64 to establish connection in Design Time
by MaximG
Mon 09 May 2022 19:36
Forum: Oracle Data Access Components
Topic: Timestamp info sometimes incorrect in Direct mode
Replies: 2
Views: 9213

Re: Timestamp info sometimes incorrect in Direct mode

For technical reasons, we could not give a timely response to your request. We will investigate the described issue and let you know the results shortly.
by MaximG
Mon 09 May 2022 19:33
Forum: Oracle Data Access Components
Topic: ODAC Direct Mode Connect to Oracle with TDE
Replies: 2
Views: 8902

Re: ODAC Direct Mode Connect to Oracle with TDE

1. We are not aware of any issues with the Direct mode in ODAC 11.1.2
2. We haven't yet tested ODAC for compatibility with Oracle TDE tablespace encryption
by MaximG
Fri 06 May 2022 12:34
Forum: VirtualDAC
Topic: VirtualQuery - BLOB
Replies: 6
Views: 47437

Re: VirtualQuery - BLOB

Thank you for the information. We will investigate the described issue and let you know the results shortly.