R
Rohit
I am using VS2005.
I have added:
import System.Data.Common
And in the code I want:
Dim myFactory As DbProviderFactory
But I cannot see anything like DbProviderFactory. The intellisense
list does not display anything like that. How to declare it?
I have added:
import System.Data.Common
And in the code I want:
Dim myFactory As DbProviderFactory
But I cannot see anything like DbProviderFactory. The intellisense
list does not display anything like that. How to declare it?