What is a syntax for connection string to connect to a SQL Server Express database using Silverlight ?
3458
23-May-2011
Updated on 17-Sep-2020
James Smith
23-May-2011var connectionString = @"Driver={SQL Server}; Server={MACHINE_NAMESQLEXPRESS}; Database=StoreCatalog; Trusted_Connection=Yes;";