Hello guys, how are you? (I speak spanish)
I need inserts 4 arrays 1x24 at the same time in a database but have an error
columns = {'FechaHora,Presion,Volumen,Energia,id_Distribucion,RangoOperacional,Valido'};
dato = {x1,x2,x3,x4,id3,RangoOp,Valido};
insert(conn2,'dbo.Datos',{columns},{dato});
exec(conn2,query2);
0 Comments
Sign in to comment.