0

I am converting a console application to run from Service Broker in SQL Server 2005.

The application makes heavy use of DataSet.

Are DataSets supposed to work in SQLCLR? How do I define the connection to use? Is there any documentation about this?

Thanks for your help!

Remus Rusanu
  • 288,378
  • 40
  • 442
  • 569
Oli
  • 1,762
  • 3
  • 19
  • 22

1 Answers1

0

You question is a bit generic, but I hope this helps you: DataSet is contained in the assembly System.data.dll which is one of the approved assemblies for the SQLCLR. So, yes, you can use DataSets.

Nestor
  • 13,706
  • 11
  • 78
  • 119