Scusa la mia ignoranza...come verrebbe?

Altra cosa, va bene la insert che effettuo dopo?:
Codice PHP:
string SQL "INSERT INTO Pictures (picture1) VALUES ('" nomedelfile "')";

SqlCommand comando = new SqlCommand(SQLconnection);
    
comando.CommandText SQL;
try
{
   
comando.ExecuteNonQuery();
}
catch (
Exception ex)
{
   
Response.Write(ex.ToString());
}
finally
{
   
connection.Close();

Grazie infinite, kuilsera