I want to pass myConnString in all forms. ( I am working in winform and mysql C#. ) So I tried this link.
static class GlobalClass { private stri
Your myConnString field should be static too :)