Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: QOD 12/18/2003...

    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...

  • RE: How to get available SQL Server names?

    My solution intercepts a bug in SQLBrowseConnect that causes the routine to return nothing when no active network connection exist on the computer.

  • RE: How to get available SQL Server names?

    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)

    ...

Viewing 3 posts - 1 through 3 (of 3 total)