Forum Replies Created

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

  • RE: Database.EnumFiles

    hi,

    Dim i As Integer, y As Integer

    Dim oSvr As SQLDMO.SQLServer

    Set oSvr = New SQLDMO.SQLServer

    With oSvr

        .ApplicationName = App.EXEName

        .AutoReConnect = True

        .LoginSecure = True

        .LoginTimeout = 1

        .Connect "(Local)"

    End With

    Dim...

  • RE: Database.EnumFiles

    hi,

    I do not know if I correctly understand your needs, but, personally , wanting to restore a backed up database I do not scan the database's files but the restore...

  • RE: Moving MSDE instance to another disk

    hi,

    you are unfortunately out of luck as, if you like to move the entire binaries and data files to another disk you only have to uninstall the instance, re-install it...

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