sql >> Database >  >> RDS >> Sqlserver

Code eerste aangepaste SQL-migratie time-out uitzondering

Gebruik het bestand Configuration.cs om een ​​aangepaste time-out in te stellen:

internal sealed class Configuration : DbMigrationsConfiguration<ApplicationDbContext>
{
    public Configuration()
    {
        AutomaticMigrationsEnabled = false;
        ContextKey = "YourDbContext";

        // New timeout in seconds
        this.CommandTimeout = 60 * 5; 
    }
}


  1. Kan ik een binaire tekenreeks opslaan in de CLOB-kolom?

  2. Hoe praat Access met ODBC-gegevensbronnen? Deel 1

  3. Verbinding maken met MySQL in een externe server vanuit python

  4. PDOException SQLSTATE [HY000] [2002] Geen dergelijk bestand of map