For mig løste problemet ved at øge CommandTimeout.
Kodeeksempel:
//time in seconds
int timeOut = 300;
//create command
MySqlCommand myCommand = new MySqlCommand(stringSQL);
//set timeout
myCommand.CommandTimeout = timeOut;
For mig løste problemet ved at øge CommandTimeout.
Kodeeksempel:
//time in seconds
int timeOut = 300;
//create command
MySqlCommand myCommand = new MySqlCommand(stringSQL);
//set timeout
myCommand.CommandTimeout = timeOut;
Kan ikke oprette forbindelse til Amazon PostgreSQL RDS-database på R ved hjælp af RPostgreSQL
Reparation af datatab ved hjælp af logforsendelse med forsinket gendannelse
Tilføj en nummereret listekolonne til en returneret MySQL-forespørgsel
3 måder at returnere en streng af flere mellemrum i SQL Server