Viewing 3 posts - 1 through 3 (of 3 total)
Grasshopper is correct - setting interactive height to "0" works fine.
I use it a lot and have had no issues with it.
July 17, 2008 at 9:31 am
#844492
Are you using ADO to connect? If so you can set both the Connection and the command timeouts as follows:
DataConn.ConnectionTimeout = 15
DataConn.CommandTimeout = 30
March 3, 2004 at 6:58 am
#496899
I use: SELECT @@ServerName
March 2, 2004 at 1:53 pm
#496761