Need Connection String for VB.NET 2010 to SQL Server 2012 Express for ADODB Recordsets

I am using VB.NET 2010 and am trying to create a connection string to my SQL Server 2012 Express database on the local machine, to support ADODB.

I want to use be able to use ADODB recordsets in my program.

I'm using Windows authentication and am not using any password.

The connection should be considered trusted, as it is only local. What would be a workable connection string? Thanks.

0 answers