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.
 
Back
Top