iTech College - Internet Technology, Online Education, E-Learning, Technician Training, Tech Tutorials, Distance Education, Virtual Learning C++ Course: Using Database - MySQL - www.itechcollege.com C++ Course: Using Database - MySQL - www.itechcollege.com
Free Courses
HTML
JavaScript
CSS
ASP
PHP
JSP
C++
ASP.NET
SQL
AJAX
FTP
XML

courses > C++ > Using Database - MySQL

Using Database - MySQL

How to use database in a C++ program? That's easy. Let's see an example of using MySQL:

#include <mysql/mysql.h> 
#include <stdio.h>
#include <string.h> int main() { MYSQL mysql; MYSQL_RES *res; MYSQL_ROW row; char query[80]; mysql_init(&mysql); mysql_real_connect(&mysql,"myDBserver","myUsername","myPassword","myDatabase",0,NULL,0); sprintf(query,"SELECT * FROM myTable"); mysql_real_query(&mysql,query,(unsigned int)strlen(query)); res = mysql_use_result(&mysql); while(row = mysql_fetch_row(res)){ printf("%s %sn",row[0],row[1]); } mysql_free_result(res); return 0; }


  Back to Index Page
 Next Page:  

Include a File and Main Function
Output and Input Data
Variables
Arrays
Operators
The If Statement and The Switch Statement
Loops
Function
Read and Write a Text File
Using Database MySQL
Drawing and Graphics


Online Education, Online Training for Your Job, Distance Education, E-learning Programs for Your Career!Online Colleges, Online Universities, E-learning & Distance Education for Your Career! Easy Job Training & Online Courses.


   Email A Friend  
 
Earn Online Degree
for Your Job
I found a job after I earned an online degree!
Online classes for finding a Job. Online College, Online University, Degrees, E-learning school, online certificate Earn your
online degree now!
Online Training
for Good Job
Why I work so hard but earn so little? Why I cannot find a high paying job?
Online training for a Good Jobs. Online Degree, E-learning school, online certificate Go to
online school now!

Copyright ©2024, itechcollege.com. All rights reserved
iTechCollege | About iTech | Contact iTech