mtangoo / wxDatabase

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

add wxDatabase C'tors that doe not have Database in them #6

Closed mtangoo closed 8 years ago

mtangoo commented 8 years ago

AFAIK all c'tors require database name. Add C'tor that does not require one a la

wxDatabase(host:port, username, password);
mtangoo commented 8 years ago

PGS: Can be done via Conn Strings

mtangoo commented 8 years ago

All classes have the way to achieve this, so nothing to fix