Quantcast
Channel: Answers by "Graham-Dunnett"
Viewing all articles
Browse latest Browse all 959

Answer by Graham Dunnett

$
0
0
The error message says that `SqlConnection()` returns a `SqlConnection` but you are trying to assign to a `IDbConnection`. So, either make a case to a `IDbConnection` or change `dbcon` to be a `SqlConnection `.

Viewing all articles
Browse latest Browse all 959

Trending Articles