Keine Beschreibung

Rudthaky 8cddb5035b v 0.0.1 - Fixed error printing where only one page is printing, added colors in printing table, fixed error with timer update. vor 2 Wochen
.vs 8cddb5035b v 0.0.1 - Fixed error printing where only one page is printing, added colors in printing table, fixed error with timer update. vor 2 Wochen
ProductDB 8cddb5035b v 0.0.1 - Fixed error printing where only one page is printing, added colors in printing table, fixed error with timer update. vor 2 Wochen
packages bc898e5600 v 0.0.1 vor 1 Monat
Резервная копия bc898e5600 v 0.0.1 vor 1 Monat
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. vor 1 Monat
Product.db 8165a358e8 v 0.0.1 - add auto reload DB, save login in configure file vor 1 Monat
Product.mdf bc898e5600 v 0.0.1 vor 1 Monat
ProductDB.sln bc898e5600 v 0.0.1 vor 1 Monat
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. vor 1 Monat
Product_log.ldf bc898e5600 v 0.0.1 vor 1 Monat
README.md 688ffbdf1a v 0.0.1 vor 1 Monat
Text_K.doc 688ffbdf1a v 0.0.1 vor 1 Monat
Text_K.docx 688ffbdf1a v 0.0.1 vor 1 Monat
Text_K.odt 3354f6cbab v 0.0.1 - add Text_K.odt vor 1 Monat
Инфологическое моделирование.docx 8cddb5035b v 0.0.1 - Fixed error printing where only one page is printing, added colors in printing table, fixed error with timer update. vor 2 Wochen
Инфологическое моделирование.jpg a512cdfb78 v 0.0.1 - add rext db vor 1 Monat
Скрины.docx 54ef69e574 v 0.0.1 - add Skrinshot vor 1 Monat

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.