How to use "AutoTranslate" in SqlConnection?

  • Thread starter Thread starter tonyqus
  • Start date Start date
T

tonyqus

I tried to use AutoTranslate attribute in my connection string, but failed.
I got an exception of "Keyword not support". What should I do? Is SqlClient
not able to use this attribute? Or we can try another way? If you know,
please tell me. Thank you in advance.
 
Hi,

As I know How to AutoTranslate is not supported in SqlConnection connection
string. I think it is supported by OledbConnection and OdbcConnection.
 
Back
Top