mtangoo / wxDatabase

wxWidgets library for connecting to major relational database
http://mtangoo.github.io/database/index.html
37 stars 17 forks source link

Implement ChangeDatabase for all backend #9

Closed mtangoo closed 9 years ago

mtangoo commented 9 years ago

virtual bool ChangeDatabase(const wxString& database) { return false; }

mtangoo commented 9 years ago

After checking, this isn't really needed as all DB have a way to pass connection string