With ado I could manage a dinamic connection to a database server with the DataLink object:
dim oLink asa Object
Set oLink = CreateObject("DataLinks")

Is there any similar procedure with ado.net?