strange hashtable manipulation

  • Thread starter Thread starter El Ricoun
  • Start date Start date
E

El Ricoun

Hi,

I'am trying to use several connections.
I have got a method to get connection string from a file into a hashtbable.
Then, I have got another method to get one connection string from this
hashtable
and get connection.
But when I get a connection string, open() failed with a beautifull message
that tell me
Property ConnectionString is not initialized
but, in same method, I can posting this connection string and see it.
Please, could you tell me why open() failed ?

Thanks.
 
Can you post a sample of your code which does not work?

- Shuvro
 
oops !
sorry, I found it.
It was a neuronal problem ;-)

Thanks for your reply.
 

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