Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to read strings from terminal and store the values into MySQL.I am reading the strings in C and inserting the values into MySQL.
Posted
Comments
George Jonsson 8-Dec-14 2:13am    
Where are you stuck?
Reading strings from stdin can be done with scanf, but that should be pretty obvious.
Sinisa Hajnal 8-Dec-14 2:35am    
Indeed, trivial. What have you tried?

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