Hi everyone. When i run my application i get the following error on the highlighted line :: Additional information: Value cannot be null.
Dim connStr As String
connStr = String.Format("server={0};user id={1}; password={2}; database=prodev; pooling=false", "main", "root", "root")...