Get SQL provider list
C#
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is it possible to get the SQL provider list in the code (C#)? something like using namespace ... :doh:
Regards :)
-
Hi, Is it possible to get the SQL provider list in the code (C#)? something like using namespace ... :doh:
Regards :)
Hey, I got it :) DataTable dt = System.Data.Common.DbProviderFactories.GetFactoryClasses(); Thank you.
Regards :)
-
Hey, I got it :) DataTable dt = System.Data.Common.DbProviderFactories.GetFactoryClasses(); Thank you.
Regards :)
-
MS Lee wrote:
Thanks Aragon Smile
You are welcome
Regards :)