Hi,
in a script, I used :
Set dbbe = SessionBis.getDataBase( server, dbase, False )
and the script must continue if and only if the database exists, si I tried to use :
If Not (dbase Is Nothing) Then
...
End If
But it doesn't work, the script continue even if the database doesn't exist.
Does anybody got an idea on how to do ?
Thanks a lot
in a script, I used :
Set dbbe = SessionBis.getDataBase( server, dbase, False )
and the script must continue if and only if the database exists, si I tried to use :
If Not (dbase Is Nothing) Then
...
End If
But it doesn't work, the script continue even if the database doesn't exist.
Does anybody got an idea on how to do ?
Thanks a lot