I'm new to C# and .net and just worked with php and mysql.
to connect to sqlserver express (in visual studio 2010) with c# we should provide a connection string that has lots of formats i found on the web specially in connectionstrings.
for example in standard format :
"Data Source=myServerAddress;Initial Catalog=myDataBase;UserId=myUsername;Password=myPassword;"
what is username and password? where can i find them? are they "root" and "" like in php mysql or something else?
as mentioned , i have created a database named "db.sdf" in sqlserver express in visual studio 2012.
I'm really confused. please help.
sdfis a SQL Server Compact Edition database.