.ConnectionDatabase

This class represents one of the database managed by the database server you connected to with the connection object.

Use the Find method to select one database before using the properties. Or enumerates them with the FOR EACH keyword.

This class is virtual. You cannot use it as a datatype.

This class is not creatable.

This class is enumerable with the FOR EACH keyword.


DIM hConnectionDatabase AS .ConnectionDatabase
FOR EACH hConnectionDatabase
  ...
NEXT

Enumerates all databases by changing the current database representing by the object.

This class can be used as a function.


SUB .ConnectionDatabase ( Name AS String )

This is a synonymous of the Find method.


Properties  Methods 
Name  System    Create  Delete  Exist  Find  Remove