PDA

View Full Version : How to config connection on in the code?


idiot
04-20-2007, 08:42 PM
<db:dbProvider id="DbProvider"
provider="SqlServer-1.1"
connectionString="connectionString"/>
if I config connectionstring in the db config, its working ok.
but I want to config the connection string in my code. how can I do it.