Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
2 changes: 0 additions & 2 deletions docs/server/ongoing-tasks/etl/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-6.2/server/ongoing-tasks/etl/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-7.0/server/ongoing-tasks/etl/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
2 changes: 0 additions & 2 deletions versioned_docs/version-7.1/server/ongoing-tasks/etl/sql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,6 @@ var sqlConStr = new SqlConnectionString
Name = "sql-connection-string-name",

// Define destination factory name
// Note: "MySql.Data.MySqlClient" is deprecated. Use "MySqlConnector.MySqlConnectorFactory" instead.
// Existing configurations using "MySql.Data.MySqlClient" still work for backward compatibility.
FactoryName = "MySqlConnector.MySqlConnectorFactory",

// Define the destination database
Expand Down
Loading