Viewing 3 posts - 1 through 3 (of 3 total)
Hmmm. The working solution is not suggested as an option. IMO, the best solution would be to make sure the date is formatted according to ISO format (yyyymmdd).
This format is...
December 19, 2003 at 2:32 am
#487161
My solution intercepts a bug in SQLBrowseConnect that causes the routine to return nothing when no active network connection exist on the computer.
June 3, 2003 at 6:59 am
#459532
Do you mean the servers available on a network?
The following sub requires acces to the SQLDMO object.
Public Sub PopulateSQLServerCombo(cb As ComboBox, Optional SelectSysServer As Boolean = True)
...
June 3, 2003 at 5:29 am
#459509