Skip to main content

Posts

Showing posts with the label Load CSDL SQL server ASP.NET

Load CSDL SQL server ASP.NET

Tạo cơ sở dữ liệu VIDEO Tạo 1 class để thao tác với sơ sơ dữ liệu PHP: public class  DataService      {          string chuoiketnoi  =  ConfigurationManager . ConnectionStrings [ "QLBH" ]. ConnectionString ;          SqlConnection ketnoi ;         public  DataService ()         {         }         public   void MoKetNoi ()         {              ketnoi  = new  SqlConnection ( chuoiketnoi );              ketnoi . Open ();         }   ...