G
Guest
Hi,
My application sometimes conenct to database without any problems, sometimes
the next day I get frequently exception saying about timeout.
My connection string is:
Data Source=.\sqlexpress; Initial Catalog=MyMdfFile;Integrated
Security=True;Pooling=true;
1/
I think with this conenction string I am not using user instances. Am I right?
2/
what is doing MS VS or Sql Server Express when my application can not
connect, even before I could connect without any problems?
3/
I am running app in a debug mode from within MS VS 2005. Can I expect the
same problems in a releaase mode?
Thanks,
Lubomir
My application sometimes conenct to database without any problems, sometimes
the next day I get frequently exception saying about timeout.
My connection string is:
Data Source=.\sqlexpress; Initial Catalog=MyMdfFile;Integrated
Security=True;Pooling=true;
1/
I think with this conenction string I am not using user instances. Am I right?
2/
what is doing MS VS or Sql Server Express when my application can not
connect, even before I could connect without any problems?
3/
I am running app in a debug mode from within MS VS 2005. Can I expect the
same problems in a releaase mode?
Thanks,
Lubomir