is it possible to connect SQL Server data according to file connection type, just like in microsoft access data connection
public static string sConnectionString = @ "Provider = Microsoft.Jet.OLEDB.4.0; Data Source =" + @ "| DataDirectory | \ data.mdb" + "; Persist Security Info = False; Jet OLEDB: Database Password = 123";
How do you convert the above access connection into sql server connection ?
Dong Lam TrienPosted Sep 25, 2020, 3:26 AM
Sachin SinghPosted Sep 23, 2020, 10:57 PM
Dong Lam TrienPosted Sep 23, 2020, 8:50 PM
Nisha RegilPosted Sep 21, 2020, 7:13 AM
jahid hussainPosted Sep 21, 2020, 2:50 AM
jahid hussainPosted Sep 21, 2020, 2:38 AM