sql >> Database teknologi >  >> RDS >> Mysql

Få id'et for den indsatte række ved hjælp af C#

MySqlCommand comm = connect.CreateCommand();
comm.CommandText = insertStatement;  // Set the insert statement
comm.ExecuteNonQuery();              // Execute the command
long id = comm.LastInsertedId;       // Get the ID of the inserted item


  1. Kan ikke oprette forbindelse til databaseserver (mysql workbench)

  2. SQLcl til at overføre data fra Oracle til PostgreSQL eller YugabyteDB 🅾🐘🚀

  3. Kunne ikke opdatere .mdf-databasen, fordi databasen er skrivebeskyttet (Windows-program)

  4. Selvstudium til SQL Server-tabelopdeling og -partitioner