"cannot explicitly call operator or accessor"

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I wanted increase time out on odbc connection, I have code like this
this.odbcConnection1.set_ConnectionTimeout(1000);
I got the following error
"cannot explicitly call operator or accessor"

How can I increase the time out?

Thanks,
 
You need to specify it in the ConnectionString - that's the only way to
change it.
 
Back
Top