RapidScada / scada

Contains Rapid SCADA sources
Apache License 2.0
680 stars 311 forks source link

NpgsqlConnection #73

Closed jupanSH closed 5 years ago

jupanSH commented 5 years ago
    protected DbConnection CreateConnection()
    {
        return new NpgsqlConnection();
    }       

protected override DbCommand CreateCommand() { return new NpgsqlCommand(); } Cannot implicitly convert type 'Npgsql.DbConnection' to 'System.Data.Common.NpgsqlConnection' Cannot implicitly convert type 'Npgsql.NpgsqlCommand' to 'System.Data.Common.DbCommand' How can I do?

jupanSH commented 5 years ago

I get it.

2mik commented 5 years ago

OK