Developed on Microsoft Visual C++ 2010 Express (http://go.microsoft.com/?linkid=9709949)
Specific settings:
- Right click Project -> Properties
- Linker -> Input -> Ignore All Default Libraries -> No
Developed on Microsoft Visual C++ 2010 Express (http://go.microsoft.com/?linkid=9709949)
Specific settings:
| class database(object): | |
| def __init__(self, env): | |
| if env == 'test': | |
| self.name = str('test mysql 1') | |
| self.host = str('1.1.1.1') | |
| self.port = str('11') | |
| self.login = str('testlogin') | |
| self.password = str('testpass') |