mysql-native Help required

novice3 sorryno at em.ail
Thu Oct 22 13:38:35 UTC 2020


On Thursday, 22 October 2020 at 11:04:53 UTC, Vino wrote:
> class Connections
> {
>   private Connection conn;
>   auto constr = 
> "host=localhost;port=3910;user=user;pwd=password#;db=testdb";
>   this.conn = new Connection(constr);
> }

where Connections class constructor implemented?


More information about the Digitalmars-d-learn mailing list