python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
System.ObjectDisposedException: Safe handle has been closed occurs when I try to open SQL Teradata connection using TdConnection class
I have a C# console application trying to connect to SQL Teradata using TdConnection class.
Below is my code:
using (TdConnection conn = new TdConnection(connstr))
{
using (TdCommand tdCmd = new T...
Yograj Varsolkar
Votes: 0
Answers: 0
ASP.Net SafeHandle - tasks and examples
I want to understand how to work with unmanaged resources and when I need the SafeHandle class. What can be the problem statement when you can say: "Oh, here I need the SafeHandle class!"?
I...
Kakao Developer
Votes: 0
Answers: 1