Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

Phan mem quan ly diem trung hoc pho thong

----------------------------------------1. Restore database tu file QLDiemHSTHPT_bak.bak trong thu muc database.


Hoac attach file .mdf
2. Cau hinh tap tin Connection.xml trong thu muc bin cua project.
Thong so co ban:
costatus = true : quyen Windows
costatus = false: quyen SQL Server
servname: ten server
username: ten dang nhap he thong
password: mat khau dang nhap he thong
database: ten co so du lieu
Vi du:
<config>
<costatus>false</costatus>
<servname>TINNGUYEN-PC\SQLEXPRESS</servname>
<username />
<password />
<database>QLHocSinhTHPT</database>
</config>
hoac:
<config>
<costatus>true</costatus>
<servname>TINNGUYEN-PC\SQLEXPRESS</servname>
<username>sa</username>
<password>sa</password>
<database>QLHocSinhTHPT</database>
</config>
3. Neu bao loi DotNetBar, add reference cho project tu file DevComponents.DotNet
Bar2.dll trong thu muc bin cua project.
4. Thong tin dang nhap ( xem trong Table NGUOIDUNG)
Quyen BGH:
User: admin
Pass: admin
Quyen giao vien:
User: tungvu
Pass: 123456
Quyen giao vu:
User: tinnguyen
Pass: 123456
-----------------------------------------

You might also like