hi how to write the connection time out in my c# application
i have written the connection string in app.confi(i have created my self)
this is my app.config file
<?xml version="1.0" encoding="utf-8" ?>
<
configuration><appSettings>
<add key="DSN" value="DSN=test" ></add>
</appSettings>
</
configuration>