Click here to Skip to main content
15,919,567 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a data on excel and need to shift it in Mysql server and then read and display it using C++.Can you please suggest me how to do it?
Posted

Try here[^] for MySQL links and here[^]
for Excel.
 
Share this answer
 
There are a lot of code samples about connecting with MySQL using C API. See, for instance Howto: Connect MySQL server using C program API under Linux or UNIX[^].
 
Share this answer
 
The Easiest way to do

1. Save Excel File as *.csv file, (Comma Delimited )
2. The read from this file , like a .txt file.
3. Update Database and read from using normal way.



[^]

Thanks
 
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