Console2 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 MariaDB products, connectors, and tools including Community Server, Enterprise Server, ColumnStore and MaxScale.maritaekho.tistory.com 2. DBManager.h 파일을 추가한다.#pragma once#import "C:\\P.. 2026. 5. 10. 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 Connector 사이트에 접속한다.https://mariadb.com/downloads/connectors/ Download MariaDB Products & Tools | MariaDBDownload MariaDtaekho.tistory.com 2. DTO(Data Transfer Object)를 추가한다. 2.1 MemberDTO.h파일을 추가한다.#pragma once#inc.. 2026. 5. 10. 이전 1 다음