mtangoo / wxDatabase

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

Implement ChangeDatabase for all backend #9

Closed mtangoo closed 8 years ago

mtangoo commented 8 years ago

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

mtangoo commented 8 years ago

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