OleDb
<Biml xmlns="http://schemas.varigence.com/biml.xsd">
<!-- Connection for a simple OleDb Connection to a SQL Server Database. Notice the use of the text for the connection string. -->
<Connections>
<Connection Name="OleDbConnection" ConnectionString="Provider=SQLNCLI10;Server=localhost;Integrated Security=SSPI;" />
</Connections>
</Biml>