Search found 152 matches

by DmitryGm
Mon 03 Oct 2022 18:19
Forum: dotConnect for SQL Server
Topic: use .NET 6 connect SQL Server 2000
Replies: 3
Views: 53549

Re: use .NET 6 connect SQL Server 2000

Could you describe the issue in more detail?
Please also specify the version of dotConnect for SQL Server and the version of Visual Studio you use.

Note that dotConnect for SQL Server doesn't support .NET Core (.NET 6) yet.
by DmitryGm
Mon 03 Oct 2022 18:08
Forum: dotConnect Universal
Topic: Nuget Version ?
Replies: 1
Views: 9479

Re: Nuget Version ?

dotConnect Universal currently supports .NET Framework only and isn't distributed via NuGet Packages.
https://www.devart.com/dotconnect/unive ... ility.html
by DmitryGm
Mon 03 Oct 2022 17:55
Forum: Excel Add-ins
Topic: connecting VBA code with PostgreSQL using NPGSQl
Replies: 1
Views: 46563

Re: connecting VBA code with PostgreSQL using NPGSQl

At the moment, Devart Excel Add-ins do not support interaction with VBA. We will investigate the possibility to support using VBA, but there is no any timeframe.
by DmitryGm
Mon 03 Oct 2022 17:51
Forum: Excel Add-ins
Topic: Possibly to refresh data programmatically from VBA?
Replies: 8
Views: 20946

Re: Possibly to refresh data programmatically from VBA?

We will investigate the possibility to support using VBA, but there is no any timeframe.
by DmitryGm
Mon 03 Oct 2022 17:46
Forum: SSIS Data Flow Components
Topic: SSIS - Salesforce Connector Crashes
Replies: 1
Views: 8547

Re: SSIS - Salesforce Connector Crashes

1.) Please clarify the version of SSIS Data Flow Components for Salesforce.
2.) Could you show us an example of your query?
3.) The example of your Data Flow Task?
by DmitryGm
Mon 03 Oct 2022 17:38
Forum: dotConnect for Cloud Applications
Topic: Where is the UseBulkAPI setting?
Replies: 3
Views: 13798

Re: Where is the UseBulkAPI setting?

You are probably using dotConnect for Salesforce. It contains SSIS Components for Salesforce.

But this documentation (https://www.devart.com/ssis/docs/) is related to a different product: SSIS Data Flow Components for Salesforce.
https://www.devart.com/ssis/salesforce/
It has similar functionality but is slightly different.

Note that dotConnect for Salesforce always uses Bulk API.
by DmitryGm
Mon 03 Oct 2022 17:14
Forum: dotConnect for Oracle
Topic: direct mode connection string
Replies: 3
Views: 10618

Re: direct mode connection string

If your Oracle server requires SID to connect, use SID.
If it requires Service Name, use the Service Name.
Both options are possible and acceptable.

See also ConnectionString Property

Service Name Alias to an Oracle database instance (or many instances) to use in the OracleConnection.Direct mode. The default value is empty string. When Service Name is specified and implies several database instances, dotConnect for Oracle connects to the first instance provided by Oracle listener. Note that the Direct mode has limited support for RAC, it supports RAC with Connect Time Connection Failover (CTCF) only.

SID Unique name for an Oracle database instance to use in the OracleConnection.Direct mode. The default value is empty string.

The connection string could look like this:

Code: Select all

direct=True;user id=xxx;password=xxx;server=xxx;Service Name=xxx;Port=1521;
by DmitryGm
Mon 03 Oct 2022 16:47
Forum: dotConnect for Oracle
Topic: Moving to Oracle cloud (Autonomous Database) - how to modify web.config connectionstring
Replies: 1
Views: 10008

Re: Moving to Oracle cloud (Autonomous Database) - how to modify web.config connectionstring

In your case the connection string to the Oracle Autonomous Database could look like this:

User Id=my_user_id;Password=my_password;Server=tcps://<oracle_cloud>;Direct=True;Service Name=<name_goes_here>;Port=<port>;SSL ServerCertDN=<cn_ou_and_more_goes_here>;SSL WalletPath=<path_to_wallet>;


You can also specify the Server connection string parameter in a format like in the TNS_NAME.
For example:

User Id=my_user_id;Password=my_password;Direct=True;Server=(description= (retry_count=<put_count_here>)(retry_delay=<delay_here>)(address=(protocol=tcps)(port=<port>)(host=<oracle_cloud>))(connect_data=(service_name=<name_goes_here>))(security=(ssl_server_cert_dn="<cn_ou_and_more_goes_here>")(MY_WALLET_DIRECTORY=<path_to_wallet>)));

See also: Using Direct Mode
https://www.devart.com/dotconnect/oracl ... tMode.html
by DmitryGm
Mon 03 Oct 2022 13:51
Forum: SSIS Data Flow Components
Topic: Dynamics CRM connection Web Login issue
Replies: 2
Views: 10962

Re: Dynamics CRM connection Web Login issue

The new version of Devart Excel Add-ins 2.7.940 22-Sep-22
https://www.devart.com/excel-addins/dyn ... nload.html

The bug with Web Login was fixed.
by DmitryGm
Mon 03 Oct 2022 13:47
Forum: dotConnect for SQL Server
Topic: VisualStudio 2022 installation
Replies: 1
Views: 8334

Re: VisualStudio 2022 installation

dotConnect for SQL Server 4.0.0 30-Jun-22

• Visual Studio 2022 version 17.2 is supported.
• Visual Studio 2022 version 17.3 Preview is supported.

https://www.devart.com/dotconnect/sqlse ... story.html
by DmitryGm
Mon 03 Oct 2022 13:21
Forum: dotConnect for Oracle
Topic: 9.5.483 does not work on linux.
Replies: 6
Views: 13602

Re: 9.5.483 does not work on linux.

The express (free) version of dotConnect for Oracle doesn't support .NET Core (.NET 6)

dotConnect for Oracle Editions
by DmitryGm
Mon 03 Oct 2022 13:11
Forum: dotConnect for Oracle
Topic: RAC notification service connection timeout causes very slow connection opening
Replies: 1
Views: 12022

Re: RAC notification service connection timeout causes very slow connection opening

Thank you for your report. We will investigate the issue, but we will need more time to create the necessary infrastructure and reproduce the problem.
by DmitryGm
Mon 03 Oct 2022 12:59
Forum: dotConnect for Oracle
Topic: Visual Studio 2019 Install Not Available
Replies: 1
Views: 10397

Re: Visual Studio 2019 Install Not Available

Please clarify the exact version of Visual Studio 2019.
We recommend using the latest version Visual Studio 2019 16.11.19
by DmitryGm
Tue 30 Aug 2022 13:24
Forum: dotConnect for Oracle
Topic: Incorrect translation results in ORA-00904 in complex LINQ query
Replies: 3
Views: 12678

Re: Incorrect translation results in ORA-00904 in complex LINQ query

Thank you for your report. We have reproduced the issue and the investigation is in progress. We will inform you as soon as we have any results.
by DmitryGm
Tue 30 Aug 2022 13:24
Forum: dotConnect for Oracle
Topic: A valid use of UseTransaction throws an exception
Replies: 3
Views: 11082

Re: A valid use of UseTransaction throws an exception

Thank you for your report. We have reproduced the issue and the investigation is in progress. We will inform you as soon as we have any results.