Hi,

I'm bulding a connection string to connect to database. My problem is that the password have a questionmark (?) inside.
(IE : pass?ord)


In Query Analyser, I simply put pass'?'ord and the connection is ok.

In ado.net, if I put ";password=pass'?'ord", I get a message that this there is invalide caractères. If I didn't put the quote, I get a message that the connection is invalide.

Someone have an idea ?

Stéphane