"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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top