본문 바로가기
C++ GUI

C++ GUI : GUI(Graphical User Interface)에서 DTO&DAO 사용하기

by taekho 2026. 5. 9.

 

 

1. DAO (Data Access Object)

 

2. DTO (Data Transfer Object)

 

3. MFC에서 DTO & DAO 사용하기

 

3.1 MFC에서 mariaDB ODBC 사용하기.

    https://taekho.tistory.com/29

 

C++ GUI : MFC에서 matiaDB ODBC 사용하기

1. mariaDB ODBC 설치는 다음을 참고하세요.https://taekho.tistory.com/28 C++ GUI : MFC에서 matiaDB ODBC 설치하기1. mariaDB Server ODBC Driver를 설치한다.https://mariadb.com/downloads/connectors/ Download MariaDB Products & Tools | Maria

taekho.tistory.com

 

3.2 MFC에서  mariaDB C/C++ Connector 사용허기

  https://taekho.tistory.com/27

 

C++ GUI : MFC에서 mariaDB C/C++ Connector 사용하기

1. mariaDB C/C++ Connector 설치는 다음을 참고하세요.https://taekho.tistory.com/18 C++ : mariaDB C/C++ Connector 설치하기1. C/C++에서 mariaDB Server 데이터베이스을 사용하려면 mariaDB Connector를 설치해야한다. 2. mariaDB C

taekho.tistory.com

 

3.3 MFC에서  mariaDB ADO 사용하기

https://taekho.tistory.com/33

 

C++ GUI : MFC에서 mariaDB ADO사용하기

1. ADO에서 ODBC를 사용하기 때문에 mariaDB ODBC를 설치해야한다. 1.1 mariaDB ODBC 설치는 다음을 참고하세요.https://taekho.tistory.com/28 C++ : matiaDB ODBC 설치하기1. mariaDB Server ODBC Driver를 설치한다.https://mariadb.

taekho.tistory.com

 

3.4 Console에서  mariaDB C/C++ Connector 사용하기

https://taekho.tistory.com/34

 

C++ GUI : Console에서 mariaDB C/C++ Connector 사용하기

1. mariaDB C/C++ Connector 설치는 다음을 참고하세요.https://taekho.tistory.com/18 C++ : mariaDB C/C++ Connector 설치하기1. C/C++에서 mariaDB Server 데이터베이스을 사용하려면 mariaDB Connector를 설치해야한다. 2. mariaDB C

taekho.tistory.com

 

3.5 Console에서  mariaDB ADO 사용하기

https://taekho.tistory.com/35

 

C++ GUI : Console에서 mariaDB ADO 사용하기

1. mariaDB ODBC 설치는 다음을 참고하세요.https://taekho.tistory.com/28 C++ : matiaDB ODBC 설치하기1. mariaDB Server ODBC Driver를 설치한다.https://mariadb.com/downloads/connectors/ Download MariaDB Products & Tools | MariaDBDownload Mar

taekho.tistory.com

 

4. Understanding MVC, DAO, and DTO: A Clean Way to Structure Your Application

https://medium.com/@dinithi.adithya/understanding-mvc-dao-and-dto-a-clean-way-to-structure-your-application-566437a0dbba

 

Understanding MVC, DAO, and DTO: A Clean Way to Structure Your Application

When you first dive into building Java applications, things can get messy pretty quickly — business logic tangled with UI code, database…

medium.com