M
mikeb
I am connecting to a sql server via my app. When its running on the device
the connection is instantanious. But when trying to connect from the
emulator it can take 10 minutes or more. The sooner I try to reconnect, the
fast it is though. But if I wait a longer amount of time between
connections (like if I have to actually make some code changes) its back to
10 minutes or more.
I've even tried adding "connect timeout = 5" to the conn str - but
regardless, it takes a long time.
Sometimes, rare, it connects quickly. This happens on more than just my
computer.
Ideas??
the connection is instantanious. But when trying to connect from the
emulator it can take 10 minutes or more. The sooner I try to reconnect, the
fast it is though. But if I wait a longer amount of time between
connections (like if I have to actually make some code changes) its back to
10 minutes or more.
I've even tried adding "connect timeout = 5" to the conn str - but
regardless, it takes a long time.
Sometimes, rare, it connects quickly. This happens on more than just my
computer.
Ideas??