Google
Web alhem.net
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

t.cpp

Go to the documentation of this file.
00001 #include <mysql/mysql.h> 00002 #include <libmysqlwrapped.h> 00003 00004 00005 int main(int argc,char *argv[]) 00006 { 00007 Database db("localhost","root","","dbd"); 00008 StderrLog log; 00009 db.RegErrHandler(&log); 00010 Query q(db); 00011 00012 q.execute("create database xxx"); 00013 } 00014 00015

Generated on Thu Feb 10 22:42:34 2005 for Distributed URL Classification Tool by doxygen 1.3.7