http://forums.microsoft.com/msdn-es/...1336&SiteId=11
Yo voy a probar con eso.
Buscaba algo mas reducido pero sin tener que andar parametro a parametro
sino componer la cadena y hacer halgo del tipo...
Cita: orden = New SqlClient.SqlCommand
orden.CommandText += "insert into autor values "
orden.CommandText += "( "
orden.CommandText += TextBox11.Text
orden.CommandText += " , "
orden.CommandText += TextBox5.Text
orden.CommandText += " , "
orden.CommandText += TextBox7.Text
orden.CommandText += " , "
orden.CommandText += TextBox8.Text
orden.CommandText += " ) "