No Description

Rudthaky 62bb517a89 v 0.0.1 - Fixed saving to text error, fixed line translation error in description, corrected text case in product code. 1 week ago
.vs 8165a358e8 v 0.0.1 - add auto reload DB, save login in configure file 3 weeks ago
ProductDB 62bb517a89 v 0.0.1 - Fixed saving to text error, fixed line translation error in description, corrected text case in product code. 1 week ago
packages bc898e5600 v 0.0.1 1 month ago
Резервная копия bc898e5600 v 0.0.1 1 month ago
EXCEL_wZHA23lzAq.gif 62bb517a89 v 0.0.1 - Fixed saving to text error, fixed line translation error in description, corrected text case in product code. 1 week ago
Product.db 8165a358e8 v 0.0.1 - add auto reload DB, save login in configure file 3 weeks ago
Product.mdf bc898e5600 v 0.0.1 1 month ago
ProductDB.sln bc898e5600 v 0.0.1 1 month ago
ProductDB_38UXE0h1mW.gif 62bb517a89 v 0.0.1 - Fixed saving to text error, fixed line translation error in description, corrected text case in product code. 1 week ago
Product_log.ldf bc898e5600 v 0.0.1 1 month ago
README.md 688ffbdf1a v 0.0.1 4 weeks ago
Text_K.doc 688ffbdf1a v 0.0.1 4 weeks ago
Text_K.docx 688ffbdf1a v 0.0.1 4 weeks ago
Text_K.odt 3354f6cbab v 0.0.1 - add Text_K.odt 3 weeks ago
Инфологическое моделирование.docx a512cdfb78 v 0.0.1 - add rext db 1 week ago
Инфологическое моделирование.jpg a512cdfb78 v 0.0.1 - add rext db 1 week ago
Скрины.docx 54ef69e574 v 0.0.1 - add Skrinshot 2 weeks ago

README.md

Проект простенькой БД на C#. В качестве БД SQLite

Возможна доработка и переработка...

В Исходниках реализованы на базовом уровне две БД. Закомментированные функции относятся к БД MSSQL, а основную работу выполняет SQLite. Так же в связи с политикой предприятия не была протестирована функция: public void mailaddressStr(string ServerMailAddress, string ServerPass, string Name, string UserMailAddress, string HostName); там сейчас работает залипуха. Данная функция полностью взята из урока в курсе про почту.

Также отсутствует список литературы. В него обязательно включить видео курс от преподавателя. Текст был написан с использованием LibreOffice. Для SQLite БД использовалась DB Browser for SQLite. Ссылка на дистрибути́в https://sqlitebrowser.org/. Код реализован на Visual Studio 2017 Community.