database/initial catalog
-
what's the difference between database/initial catalog
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
what's the difference between database/initial catalog
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
Hi Sonia, Initial Catalog" or "Database" represents the Database name. Hope ur question is answered.
Rakesh
u mean there is no difference
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
u mean there is no difference
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i don;t think so
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
-
i don;t think so
Sonia Gupta Soniagupta1@yahoo.co.in Yahoo messengerId-soniagupta1 Love is Friendship and Friendship is Love....
(1) If you are making a Database connection string using a Driver then in that use use Database property. (2) If you are making a Dataase connection string using a Datasource property then user Initial Catalog property. --------------- OleDbConnection conn = new OleDbConnection(); conn.ConnectionString = "Driver=SQLOLEDB;" + "Data Source=ServerName;" + "Initial Catalog=DataBaseName;" + "User id=UserName;" + "Password=Secret;"; --------------------- SqlConnection conn = new SqlDbConnection(); conn.ConnectionString = "Data Source=ServerName;" + "Initial Catalog=DataBaseName;" + "User id=UserName;" + "Password=Secret;";
Parwej Ahamad g.parwez@gmail.com
-
(1) If you are making a Database connection string using a Driver then in that use use Database property. (2) If you are making a Dataase connection string using a Datasource property then user Initial Catalog property. --------------- OleDbConnection conn = new OleDbConnection(); conn.ConnectionString = "Driver=SQLOLEDB;" + "Data Source=ServerName;" + "Initial Catalog=DataBaseName;" + "User id=UserName;" + "Password=Secret;"; --------------------- SqlConnection conn = new SqlDbConnection(); conn.ConnectionString = "Data Source=ServerName;" + "Initial Catalog=DataBaseName;" + "User id=UserName;" + "Password=Secret;";
Parwej Ahamad g.parwez@gmail.com
I dont think so that this is teh actual difference.
Hello Forum Always be in touch to help about the topic ASP.NET