Skip to content

Commit

Permalink
Merge pull request #19905 from nr-ahemsath/docs/dotnet-agent-odbc-sup…
Browse files Browse the repository at this point in the history
…port-netcore

Add compatibility/support statements for System.Data.ODBC
  • Loading branch information
WriteMayur authored Feb 12, 2025
2 parents 84f6cc4 + cb1ef42 commit 234db33
Showing 1 changed file with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,32 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
</td>
</tr>

<tr>
<td>
System.Data.ODBC
</td>

<td className="fcenter">
<Icon
style={{color: '#328787'}}
name="fe-check"
/>
</td>

<td>
Use [System.Data.Odbc](https://www.nuget.org/packages/System.Data.Odbc/).
* Minimum supported version: 8.0.0
* Latest verified compatible version: 9.0.1
* Minimum agent version required: 10.35.0


The following features supported for ODBC datastore calls in .NET Framework (using the built-in System.Data namespace) are not supported for .NET 8+:
* Connection `Open/OpenAsync` calls
* SqlDataReader `Read/NextResult` calls
* Slow SQL traces
</td>
</tr>

</tbody>
</table>

Expand Down Expand Up @@ -1388,6 +1414,23 @@ Want to try out our .NET agent? [Create a New Relic account](https://newrelic.co
</td>
</tr>

<tr>
<td>
System.Data.ODBC
</td>

<td className="fcenter">
<Icon
style={{color: '#328787'}}
name="fe-check"
/>
</td>
Use the built-in `System.Data.ODBC` namespace from the .NET Framework.
* Available in all currently supported .NET Framework agent versions.
* All versions of the .NET Framework currently supported by Microsoft are verified to be compatible.
<td/>
</tr>

<tr>
<td>
MongoDB (legacy driver)
Expand Down

0 comments on commit 234db33

Please sign in to comment.