mtangoo/wxDatabase

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

Closed this issue · 2 comments

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

wxDatabase(host:port, username, password);

PGS: Can be done via Conn Strings

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