Click here to Skip to main content
15,894,343 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir i want to create database in mysql workbench and retrieve information using C++ program....please help me...
Posted
Comments
CPallini 9-Jun-14 3:59am    
Why do you need to access MySQL Workbench from C++ code? I suppose the standard path is using the Workbench to create the database and then the C++ program to access the latter.

1 solution

CPallini is absolut right. the MySQL workbench is for easy access and creating the db.

Alternativly you can use SQL with the CREATE TABLE syntax to create a db. But the normal use is, that the db is there and the program is only accessing an manipulating the data.

My guess is that you have a conceptual problem in your software.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900