Changeset 39 for GSEXmlParser
- Timestamp:
 - May 21, 2008, 6:17:42 PM (17 years ago)
 - File:
 - 
          
- 1 edited
 
- 
          GSEXmlParser/GSEXmlParser.cpp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
GSEXmlParser/GSEXmlParser.cpp
r37 r39 128 128 // 129 129 MySqlSession session; 130 if(!session.Connect( "gse", "nchcnchc", "gse", "localhost")) {130 if(!session.Connect(username, password, db, db_ip)) { 131 131 printf("Can't connect with MySql\n"); 132 132 return;  
Note: See TracChangeset
          for help on using the changeset viewer.
      