คำตอบที่ได้รับเลือกจากเจ้าของกระทู้
ความคิดเห็นที่ 1
c++ ต่อ mysql ตรงๆ ได้อยู่แล้วครับไม่ต้องผ่าน phpmyadmin
#include "mysql.h" // MySQL Include File
#define SERVER "localhost"
#define USER "username"
#define PASSWORD "password"
#define DATABASE "databasename"
http://www.nitecon.com/tutorials-articles/develop/cpp/c-mysql-beginner-tutorial/
#include "mysql.h" // MySQL Include File
#define SERVER "localhost"
#define USER "username"
#define PASSWORD "password"
#define DATABASE "databasename"
http://www.nitecon.com/tutorials-articles/develop/cpp/c-mysql-beginner-tutorial/
▼ กำลังโหลดข้อมูล... ▼
แสดงความคิดเห็น
คุณสามารถแสดงความคิดเห็นกับกระทู้นี้ได้ด้วยการเข้าสู่ระบบ
กระทู้ที่คุณอาจสนใจ
อ่านกระทู้อื่นที่พูดคุยเกี่ยวกับ
ซอฟต์แวร์
รบกวนพี่ๆที่เขียนโปรแกรมช่วยแนะนำผมทีครับ
ปล ขอขอบคุณทุกคำแนะนำและคำสอนครับ