MySQL is an open-source, relational database management system.
0
votes
2answers
60 views
+50
What field type to store the facebook stream tags?
I have created a simple facebook app and I want to store the facebook stream tags in my mysql database with stream infomation. What field type do I have to use to store the facebook stream tags?
...
-2
votes
1answer
65 views
+50
Output select to string using c++ connector
How would I go about putting all the output from the while loop of a standard SELECT with the MySQL C++ connector into a string with delimiters to separate the output?
I am quite new to C++ and ...