Write a C/C++ program to add a user to MySQL. The user
should be permitted to only "INSERT" into the given database.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

Is stl open source?

0 Answers  


what is template and type convertion

0 Answers   TATA,


what is the difference between thread and process

1 Answers   Infosys,


When did c++ add stl?

0 Answers  


Is string part of stl?

0 Answers  


what is c++

2 Answers  


Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

0 Answers  


Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts

0 Answers  


write a program that input four digit no and finds it is palindrome or not

2 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

0 Answers  


method overloading means what?

2 Answers   CTS,


what are you now programming Languages C+

1 Answers   HCL,


Categories